Proprietà DataSetDefinition.Collation

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property Collation As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A String containing the locale that is used for the collation sequence by which the data in the dataset is sorted.

Osservazioni

The Collation property uses the standard SQL Server collation codes.

Vedere anche

Riferimento

DataSetDefinition Classe

Spazio dei nomi ReportService2005