次の方法で共有


DbProviderServices.GetProviderManifestToken(DbConnection) メソッド

定義

接続されているプロバイダー マニフェスト トークンを返します。

public string GetProviderManifestToken (System.Data.Common.DbConnection connection);
member this.GetProviderManifestToken : System.Data.Common.DbConnection -> string
Public Function GetProviderManifestToken (connection As DbConnection) As String

パラメーター

connection
DbConnection

プロバイダーへの接続。

戻り値

プロバイダー マニフェスト トークン。

適用対象