Aracılığıyla paylaş


DatabaseSchemaProvider.GetCompatibleDatabaseSchemaProviderTypes Yöntem

Bu sağlayıcı ile uyumlu olan sağlayıcı türlerinin bir listesini döndürür.

Ad alanı:  Microsoft.Data.Schema
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
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>

Parametreler

  • serverExplorerDataSource
    Tür: System.Guid
    A Guid veri kaynağı tanımlarbağlantısı.
  • serverExplorerDataProvider
    Tür: System.Guid
    A Guid tanıtan veri sağlayıcısı için bağlantı.
  • connectionString
    Tür: System.String
    Veritabanı bağlantı dizesi.

Dönüş Değeri

Tür: System.Collections.Generic.IList<Type>
Uyumlu şema sağlayıcıları için türlerinin bir listesi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DatabaseSchemaProvider Sınıf

Microsoft.Data.Schema Ad Alanı