Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the collation of the table. Collation is a set of rules that determines how data is compared, ordered, and presented.
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)
Property Value
The collation for the table if it is set; otherwise, null.
See Also
Reference
SyncSchemaTable Class
SyncSchemaTable Members
Microsoft.Synchronization.Data Namespace