Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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). |