Database.CollationName Property
Optional. Gets the name of the collation for this 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
Database Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top