共用方式為


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 命名空間