DatabaseSchemaProviderFamily.ServerExplorerDataSource Property
Gets the Guid that identifies the data source that all providers in this family use.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ServerExplorerDataSource As Guid
public abstract Guid ServerExplorerDataSource { get; }
public:
virtual property Guid ServerExplorerDataSource {
Guid get () abstract;
}
abstract ServerExplorerDataSource : Guid
abstract function get ServerExplorerDataSource () : Guid
Property Value
Type: System.Guid
The data source 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.