DbProviderServices.GetDbProviderManifestToken(DbConnection) 메서드

정의

연결이 지정된 공급자 매니페스트 토큰을 반환합니다.

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

공급자에 연결합니다.

반품

지정된 연결에 대한 공급자 매니페스트 토큰입니다.

적용 대상