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

See Also

Reference

DatabaseSchemaProviderFamily Class

Microsoft.Data.Schema.Extensibility Namespace