Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Get
Set
'Usage
Dim instance As SyncSchemaColumn
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);
}
member Collation : string with get, set
function get Collation () : String
function set Collation (value : String)
Property Value
Type: System.String
The collation for the column if it is set; otherwise, null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |