Collation プロパティ
データセットのデータを並べ替える照合順序に使用するロケールを示す値を、取得または設定します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.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 照合順序コードを使用します。