DbProviderServices.GetDbProviderManifestToken(DbConnection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在提供連接的情況下傳回提供者資訊清單語彙基元。
protected:
abstract System::String ^ GetDbProviderManifestToken(System::Data::Common::DbConnection ^ connection);
protected abstract string GetDbProviderManifestToken (System.Data.Common.DbConnection connection);
abstract member GetDbProviderManifestToken : System.Data.Common.DbConnection -> string
Protected MustOverride Function GetDbProviderManifestToken (connection As DbConnection) As String
參數
- connection
- DbConnection
提供者的連接。
傳回
指定之連接的提供者資訊清單語彙基元。