SqlCommandBuilder.SchemaSeparator 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스키마 식별자와 다른 식별자 간의 구분 기호로 사용할 문자를 가져오거나 설정합니다.
public:
virtual property System::String ^ SchemaSeparator { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string SchemaSeparator { get; set; }
public override string SchemaSeparator { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SchemaSeparator : string with get, set
member this.SchemaSeparator : string with get, set
Public Overrides Property SchemaSeparator As String
속성 값
스키마 구분 기호로 사용할 문자입니다.
- 특성
설명
일반적으로 데이터베이스 서버는 일부 문자로 식별자에서 스키마 이름을 분리하여 식별자에 대한 스키마를 나타냅니다. 예를 들어 SQL Server 마침표 를 사용하여 Person.CustomerName과 같은 전체 식별자를 만듭니다. 여기서 "Person"은 스키마 이름이고 "CustomerName"은 식별자입니다. 이 속성을 설정하면 개발자가 이 동작을 수정할 수 있습니다.