DataSetDefinition.Collation 속성

Gets or sets the value that specifies the locale used for the collation sequence by which the data in the dataset is sorted.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.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 that contains the locale used for the collation sequence by which the data in the dataset is sorted.

주의

The Collation property uses the standard SQL Server collation codes.

참고 항목

참조

DataSetDefinition 클래스

ReportService2006 네임스페이스