IServerInformation.SqlCharSet Property
Gets the SQL character set ID from the collation ID as a tinyint.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayNameKeyAttribute("Server_SqlCharSetName")> _
<DisplayDescriptionKeyAttribute("Server_SqlCharSetDesc")> _
ReadOnly Property SqlCharSet As Short
Get
'Kullanım
Dim instance As IServerInformation
Dim value As Short
value = instance.SqlCharSet
[DisplayNameKeyAttribute("Server_SqlCharSetName")]
[DisplayDescriptionKeyAttribute("Server_SqlCharSetDesc")]
short SqlCharSet { get; }
[DisplayNameKeyAttribute(L"Server_SqlCharSetName")]
[DisplayDescriptionKeyAttribute(L"Server_SqlCharSetDesc")]
property short SqlCharSet {
short get ();
}
[<DisplayNameKeyAttribute("Server_SqlCharSetName")>]
[<DisplayDescriptionKeyAttribute("Server_SqlCharSetDesc")>]
abstract SqlCharSet : int16
function get SqlCharSet () : short
Property Value
Type: System.Int16
The SQL character set ID from the collation ID as a tinyint.