DatabaseSchemaProvider.GetCompatibleDatabaseSchemaProviderTypes Method
Returns a list of provider types that are compatible with this provider.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function GetCompatibleDatabaseSchemaProviderTypes ( _
serverExplorerDataSource As Guid, _
serverExplorerDataProvider As Guid, _
connectionString As String _
) As IList(Of Type)
public static IList<Type> GetCompatibleDatabaseSchemaProviderTypes(
Guid serverExplorerDataSource,
Guid serverExplorerDataProvider,
string connectionString
)
public:
static IList<Type^>^ GetCompatibleDatabaseSchemaProviderTypes(
Guid serverExplorerDataSource,
Guid serverExplorerDataProvider,
String^ connectionString
)
static member GetCompatibleDatabaseSchemaProviderTypes :
serverExplorerDataSource:Guid *
serverExplorerDataProvider:Guid *
connectionString:string -> IList<Type>
public static function GetCompatibleDatabaseSchemaProviderTypes(
serverExplorerDataSource : Guid,
serverExplorerDataProvider : Guid,
connectionString : String
) : IList<Type>
Parameters
- serverExplorerDataSource
Type: System.Guid
A Guid that identifies the data source for the connection.
- serverExplorerDataProvider
Type: System.Guid
A Guid that identifies the data provider for the connection.
- connectionString
Type: System.String
The database connection string.
Return Value
Type: System.Collections.Generic.IList<Type>
A list of types for compatible schema providers.
.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.