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
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncSchemaTable Class
SyncSchemaTable Members
Microsoft.Synchronization.Data Namespace