다음을 통해 공유


DBProviderInfo 멤버

Contains information about a database provider. This class cannot be inherited.

DBProviderInfo 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Description Returns a description about the provider. This field is read-only.
공용 속성 Name Returns the name of the provider. This field is read-only.
공용 속성 ParseName Returns the name of the provider that is used internally by the run-time engine. This field is read-only.
공용 속성 ProviderSubType Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only.
공용 속성 ProviderType Returns a DTSProviderType enumeration that describes the type of provider in terms of the provider being a source or destination provider. This field is read-only.
공용 속성 SupportsNullColumns Returns a Boolean that indicates if the table supports nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) columns. This field is read-only.
공용 속성 UseFullTableName Returns a Boolean that indicates whether the provider can consume table names in the form of database_name.owner_name.table_name or schema_name.owner_name.table_name.

맨 위로 이동