Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property Collation As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String that contains the locale used for the collation sequence by which the data in the dataset is sorted.
Hinweise
The Collation property uses the standard SQL Server collation codes.