DataSetDefinition.Collation Property
Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.
Espace de noms: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
Syntaxe
'Déclaration
Public Property Collation As String
public string Collation { get; set; }
public:
property String^ Collation {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Collation ()
/** @property */
public void set_Collation (String value)
public function get Collation () : String
public function set Collation (value : String)
Valeur de propriété
A String containing the locale that is 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.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
DataSetDefinition Class
DataSetDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace