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

See Also

Reference

DatabaseSchemaProviderFamily Class

Microsoft.Data.Schema.Extensibility Namespace