DataSetDefinition.Collation 属性

Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.

命名空间:  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
A String containing the locale that is used for the collation sequence by which the data in the dataset is sorted.

注释

The Collation property uses the standard SQL Server collation codes.

请参阅

参考

DataSetDefinition 类

ReportService2005 命名空间