Organization.SqlCollation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.