DataSetDefinition.Collation 属性

Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.

命名空间:  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
A String that contains the locale 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 类

ReportService2010 命名空间