Partager via


ExtensionManager.IsCompatibleWithCurrentProvider, méthode

Retourne une valeur indiquant si le passage d'un nom ou d'une clé de fournisseur de services de données est compatible avec le fournisseur actuel dans ce ExtensionManager.

Espace de noms :  Microsoft.Data.Schema.Extensibility
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function IsCompatibleWithCurrentProvider ( _
    assemblyName As String, _
    newProviderTypeName As String _
) As Boolean
public bool IsCompatibleWithCurrentProvider(
    string assemblyName,
    string newProviderTypeName
)
public:
bool IsCompatibleWithCurrentProvider(
    String^ assemblyName, 
    String^ newProviderTypeName
)
member IsCompatibleWithCurrentProvider : 
        assemblyName:string * 
        newProviderTypeName:string -> bool 
public function IsCompatibleWithCurrentProvider(
    assemblyName : String, 
    newProviderTypeName : String
) : boolean

Paramètres

  • assemblyName
    Type : System.String
    String qui contient le nom de l'assembly fournissant l'extension.
  • newProviderTypeName
    Type : System.String
    String qui contient le nom de type d'un fournisseur de services de données.

Valeur de retour

Type : System.Boolean
true si le type du fournisseur de services de données est compatible avec le ExtensionManager actuel ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ExtensionManager Classe

Microsoft.Data.Schema.Extensibility, espace de noms