DataConnectionDialog.UnspecifiedSource Field

Represents an unspecified data source.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public Shared ReadOnly UnspecifiedSource As Guid
'使用
Dim value As Guid

value = DataConnectionDialog.UnspecifiedSource
public static readonly Guid UnspecifiedSource
public:
static initonly Guid UnspecifiedSource
public static final var UnspecifiedSource : Guid

Field Value

Type: System.Guid

Remarks

On the Data Source dialog box it is possible to include an <other> data source that can be associated with any set of registered DDEX providers. Providing this GUID allows clients to check if this unspecified data source was chosen.

Permissions

See Also

Reference

DataConnectionDialog Class

DataConnectionDialog Members

Microsoft.VisualStudio.Data Namespace