SqlDatabaseSchemaProviderFamily.ServerExplorerDataProvider Property
The GUID that Server Explorer uses to identify the data provider that is used for SQL Server.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ServerExplorerDataProvider As Guid
public override Guid ServerExplorerDataProvider { get; }
public:
virtual property Guid ServerExplorerDataProvider {
Guid get () override;
}
abstract ServerExplorerDataProvider : Guid
override ServerExplorerDataProvider : Guid
override 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.