Collation プロパティ
MiningStructure により使用される照合順序を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Collation As String
Get
Set
'使用
Dim instance As MiningStructure
Dim value As String
value = instance.Collation
instance.Collation = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design")]
public string Collation { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ Collation {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design")>]
member Collation : string with get, set
function get Collation () : String
function set Collation (value : String)
プロパティ値
型: System. . :: . .String
指定した MiningStructure により使用される照合順序を示す String です。
説明
照合順序を識別する文字列は、ロケール識別子 (LCID) と比較フラグをアンダースコア文字で連結したものです。たとえば、Latin1_General_CI_AS は許容される文字列です。