言語

DataSetDefinition.Collation プロパティ

定義

データセット内のデータをソートする集計シーケンスに使われる場所を指定する値を取得または設定します。

public:
 property System::String ^ Collation { System::String ^ get(); void set(System::String ^ value); };
public string Collation { get; set; }
member this.Collation : string with get, set
Public Property Collation As String

プロパティ値

データセット内のデータをソートする照合シーケンスに使われるロケーションを含む String

注釈

Collationプロパティは標準SQL Serverコレーションコードを使用します。

適用対象