DataSetDefinition.Collation Property

 

Applies To: SQL Server 2016 Preview

Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string Collation { get; set; }
public:
property String^ Collation {
    String^ get();
    void set(String^ value);
}
member Collation : string with get, set
Public Property Collation As String

Property Value

Type: System.String

A String containing the locale that is used for the collation sequence by which the data in the dataset is sorted.

Remarks

The Collation property uses the standard SQL Server collation codes.

See Also

DataSetDefinition Class
ReportService2005 Namespace

Return to top