MiningModel.Collation 속성

정의

MiningModel 개체에서 사용되는 데이터 정렬을 가져오거나 설정합니다.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string Collation { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Collation : string with get, set
Public Property Collation As String

속성 값

MiningModel 개체에서 사용하는 데이터 정렬입니다.

특성

설명

Collation 문자열은 LCID(로캘 ID)와 비교 플래그를 밑줄로 구분하여 구성됩니다. 예를 들어 Latin1_General_CI_AS는 허용되는 문자열입니다.

적용 대상