MetaDataMember.DbType 속성

정의

파생 클래스에서 재정의되는 경우 해당 데이터베이스 열의 형식을 가져옵니다.

public:
 abstract property System::String ^ DbType { System::String ^ get(); };
public abstract string DbType { get; }
member this.DbType : string
Public MustOverride ReadOnly Property DbType As String

속성 값

문자열로 데이터베이스 열의 형식입니다.

설명

Transact-SQL 테이블 선언 명령에서 열을 정의하는 데 사용되는 정확한 텍스트입니다. 정의되지 않은 경우 데이터베이스 열 형식은 멤버 형식에서 유추됩니다.

적용 대상