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)

public:
property String^ Collation {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The collation for the column if it is set; otherwise, null.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: