Share via


Organization.SqlCollation Property

Definition

Gets or sets the SQL collation property that the organization will use to sort and compare data characters.

public:
 property System::String ^ SqlCollation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SqlCollation { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SqlCollation : string with get, set
Public Property SqlCollation As String

Property Value

The SQL collation property that the organization will use to sort and compare data characters.

Attributes

Remarks

This property is required when using the BeginCreateOrganizationRequest class. This property cannot be updated after the organization is created.

Applies to