Share via


DataConnectionDialog.UnspecifiedSource Field

Represents an unspecified data source.

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

Syntax

'Declaration
Public Shared ReadOnly UnspecifiedSource As Guid
public static readonly Guid UnspecifiedSource
public:
static initonly Guid UnspecifiedSource
static val UnspecifiedSource: Guid
public static final var UnspecifiedSource : 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.

.NET Framework Security

See Also

Reference

DataConnectionDialog Class

Microsoft.VisualStudio.Data Namespace