IServerInformation.SqlCharSetName Property
Gets the SQL character set name from the collation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Server_SqlCharSetNameName")> _
<DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")> _
ReadOnly Property SqlCharSetName As String
Get
'Usage
Dim instance As IServerInformation
Dim value As String
value = instance.SqlCharSetName
[DisplayNameKeyAttribute("Server_SqlCharSetNameName")]
[DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")]
string SqlCharSetName { get; }
[DisplayNameKeyAttribute(L"Server_SqlCharSetNameName")]
[DisplayDescriptionKeyAttribute(L"Server_SqlCharSetNameDesc")]
property String^ SqlCharSetName {
String^ get ();
}
[<DisplayNameKeyAttribute("Server_SqlCharSetNameName")>]
[<DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")>]
abstract SqlCharSetName : string
function get SqlCharSetName () : String
Property Value
Type: System.String
The SQL character set name from the collation.