Share via


DatabaseCreateParameters.CollationName Property

 

Optional. Gets or sets the collation name for the new database.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public string CollationName { get; set; }
public:
property String^ CollationName {
    String^ get();
    void set(String^ value);
}
member CollationName : string with get, set
Public Property CollationName As String

Property Value

Type: System.String

See Also

DatabaseCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top