Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collation identifier for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_CollationIDDesc")> _
<DisplayNameKeyAttribute("Server_CollationIDName")> _
ReadOnly Property CollationID As Integer
Get
'Usage
Dim instance As IServerInformation
Dim value As Integer
value = instance.CollationID
[DisplayDescriptionKeyAttribute("Server_CollationIDDesc")]
[DisplayNameKeyAttribute("Server_CollationIDName")]
int CollationID { get; }
[DisplayDescriptionKeyAttribute(L"Server_CollationIDDesc")]
[DisplayNameKeyAttribute(L"Server_CollationIDName")]
property int CollationID {
int get ();
}
[<DisplayDescriptionKeyAttribute("Server_CollationIDDesc")>]
[<DisplayNameKeyAttribute("Server_CollationIDName")>]
abstract CollationID : int
function get CollationID () : int
Property Value
Type: System.Int32
The collation identifier for the instance of SQL Server.