Partager via


Propriété 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.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property Collation As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

The Collation property uses the standard SQL Server collation codes.

Voir aussi

Référence

DataSetDefinition Classe

Espace de noms ReportService2010