Freigeben über


SyncSchemaTable.Collation-Eigenschaft

Ruft die Sortierung der Tabelle ab oder legt sie fest. Die Sortierung besteht aus einer Reihe von Regeln, die bestimmen, wie Daten verglichen, geordnet und dargestellt werden.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property Collation As String
'Usage
Dim instance As SyncSchemaTable
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);
}
/** @property */
public String get_Collation ()

/** @property */
public void set_Collation (String value)
public function get Collation () : String

public function set Collation (value : String)

Eigenschaftenwert

Die Sortierung für die Tabelle, falls sie festgelegt ist, andernfalls NULL.

Siehe auch

Verweis

SyncSchemaTable-Klasse
SyncSchemaTable-Member
Microsoft.Synchronization.Data-Namespace