Свойство Collation
Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Property Collation As String
Get
Set
'Применение
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)
Значение свойства
Тип: System. . :: . .String
A String containing the locale that is used for the collation sequence by which the data in the dataset is sorted.
Замечания
The Collation property uses the standard SQL Server collation codes.