SqlCommandBuilder.QuoteSuffix 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이름에 공백 또는 예약 토큰과 같은 문자가 포함된 테이블 또는 열과 같은 SQL Server 데이터베이스 개체를 지정할 때 사용할 끝 문자 또는 문자를 가져오거나 설정합니다.
public:
property System::String ^ QuoteSuffix { System::String ^ get(); void set(System::String ^ value); };
public:
virtual property System::String ^ QuoteSuffix { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Data.DataSysDescription("SqlCommandBuilder_QuoteSuffix")]
public string QuoteSuffix { get; set; }
[System.ComponentModel.Browsable(false)]
public override string QuoteSuffix { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Data.DataSysDescription("SqlCommandBuilder_QuoteSuffix")>]
member this.QuoteSuffix : string with get, set
[<System.ComponentModel.Browsable(false)>]
member this.QuoteSuffix : string with get, set
Public Property QuoteSuffix As String
Public Overrides Property QuoteSuffix As String
속성 값
사용할 끝 문자 또는 문자입니다. 기본값은 빈 문자열입니다.
- 특성
예외
삽입, 업데이트 또는 삭제 명령이 생성된 후에는 이 속성을 변경할 수 없습니다.
설명
Note
삽입, 업데이트 또는 QuoteSuffix 삭제 작업이 생성된 후에는 속성을 변경할 QuotePrefix 수 없지만 DataAdapter의 메서드를 호출 Update 한 후 설정을 변경할 수 있습니다.