OdbcCommandBuilder.QuoteSuffix 속성

정의

이름에 공백 또는 예약된 토큰과 같은 문자가 포함된 데이터베이스 개체(예: 테이블 또는 열)에 대해 작업할 때 사용할 끝 문자를 가져오거나 설정합니다.

public:
 property System::String ^ QuoteSuffix { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string QuoteSuffix { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.QuoteSuffix : string with get, set
Public Property QuoteSuffix As String

속성 값

사용할 끝 문자입니다. 기본값은 빈 문자열입니다.

특성

적용 대상