Share via


SyncSchemaColumn.Collation Property

Gets or sets the collation for the column. 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 column 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

SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace