次の方法で共有


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照合順序コードを使用します。

適用対象