IVsDataConnectionDialog.UnspecifiedSource Property
Gets a GUID representing an unspecified data source.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property UnspecifiedSource As Guid
Guid UnspecifiedSource { get; }
property Guid UnspecifiedSource {
Guid get ();
}
abstract UnspecifiedSource : Guid with get
function get UnspecifiedSource () : Guid
Property Value
Type: System.Guid
A GUID representing an unspecified data source.
Remarks
In the Choose/Change Data Source dialog box, it is possible to include an <other> data source that can be associated with any set of registered DDEX providers. The returned Guid value allows clients to check whether this unspecified data source has been chosen.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.