Udostępnij przez


IDatabaseOptions.Collation Property

This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Database_CollationName")> _
<DisplayDescriptionKeyAttribute("Database_CollationDesc")> _
Property Collation As String
[DisplayNameKeyAttribute("Database_CollationName")] 
[DisplayDescriptionKeyAttribute("Database_CollationDesc")] 
string Collation { get; set; }
[DisplayNameKeyAttribute(L"Database_CollationName")] 
[DisplayDescriptionKeyAttribute(L"Database_CollationDesc")] 
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_Collation ()

/** @property */
void set_Collation (String value)
function get Collation () : String

function set Collation (value : String)

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.