DbColumn.BaseSchemaName 속성

정의

데이터 원본과 연결된 스키마 이름을 가져옵니다. 값이 설정되어 있지 않은 경우 null입니다. 스키마 이름으로 설정하거나 파생 클래스에서 재정의된 경우 null로 설정할 수 있습니다.

public:  property System::String ^ BaseSchemaName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string? BaseSchemaName { get; protected set; }
public string BaseSchemaName { get; protected set; }
member this.BaseSchemaName : string with get, set
Public Property BaseSchemaName As String

속성 값

데이터 원본과 연결된 스키마 이름입니다. 값이 설정되어 있지 않은 경우 null 참조(Visual Basic의 경우 Nothing)입니다.

적용 대상