共用方式為


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