Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Property Collation As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A String containing the locale that is used for the collation sequence by which the data in the dataset is sorted.
Comentarios
The Collation property uses the standard SQL Server collation codes.