Share via


Information.SqlCharSetName Property

Gets the name of the character set used by the instance of SQL Server.

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

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCharSetName As String
    Get
'Usage
Dim instance As Information
Dim value As String

value = instance.SqlCharSetName
[SfcPropertyAttribute]
public string SqlCharSetName { get; }
[SfcPropertyAttribute]
public:
property String^ SqlCharSetName {
    String^ get ();
}
[<SfcPropertyAttribute>]
member SqlCharSetName : string
function get SqlCharSetName () : String

Property Value

Type: System.String
A String value that specifies the name of the character set used by the instance of SQL Server.