次の方法で共有


MiningStructure.Collation プロパティ

定義

MiningStructure により使用される照合順序を取得または設定します。

[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

プロパティ値

指定した MiningStructure で使用される照合順序を示す文字列型 (String) の値を指定します。

属性

注釈

照合順序を識別する文字列は、ロケール識別子 (LCID) と比較フラグをアンダースコア文字で連結したものです。 たとえば、Latin1_General_CI_AS のような文字列が使用されます。

適用対象