次の方法で共有


Collation プロパティ

データセットのデータを並べ替える照合順序に使用するロケールを示します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property Collation As String
    Get
    Set
'使用
Dim instance As DataSetDefinition
Dim value As String

value = instance.Collation

instance.Collation = value
public string Collation { get; set; }
public:
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
member Collation : string with get, set
function get Collation () : String
function set Collation (value : String)

プロパティ値

型: System. . :: . .String
データセットのデータを並べ替える照合順序に使用するロケールを表す String です。

説明

Collation プロパティは、標準の SQL Server 照合順序コードを使用します。