ConnectionConfigurationAttribute.ServerExplorerDataSource Property
Gets the server explorer data source GUID.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ServerExplorerDataSource As Guid
Get
'Usage
Dim instance As ConnectionConfigurationAttribute
Dim value As Guid
value = instance.ServerExplorerDataSource
public Guid ServerExplorerDataSource { get; }
public:
property Guid ServerExplorerDataSource {
Guid get ();
}
function get ServerExplorerDataSource () : Guid
member ServerExplorerDataSource : Guid
Property Value
Type: System.Guid
.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.
See Also
Reference
ConnectionConfigurationAttribute Class