DatabaseSchemaProviderFamily.ServerExplorerDataProvider Property
Gets the Guid that identifies the base data provider 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 ServerExplorerDataProvider As Guid
public abstract Guid ServerExplorerDataProvider { get; }
public:
virtual property Guid ServerExplorerDataProvider {
Guid get () abstract;
}
abstract ServerExplorerDataProvider : Guid
abstract function get ServerExplorerDataProvider () : 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.