다음을 통해 공유


ITransferSqlServerObjectsTask.UseCollation 속성

정의

전송에 데이터 정렬을 사용해야 할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool UseCollation { bool get(); void set(bool value); };
public bool UseCollation { get; set; }
member this.UseCollation : bool with get, set
Public Property UseCollation As Boolean

속성 값

전송에 데이터 정렬이 포함되어 있으면 true입니다. 그렇지 않으면 false입니다.

적용 대상