Server.SqlCharSetName Property

Gets the SqlCharSetName property value.

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 Server
Dim value As String

value = instance.SqlCharSetName
[SfcPropertyAttribute]
public string SqlCharSetName { get; }
[SfcPropertyAttribute]
public:
virtual property String^ SqlCharSetName {
    String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract SqlCharSetName : string
[<SfcPropertyAttribute>]
override SqlCharSetName : string
final function get SqlCharSetName () : String

Property Value

Type: System.String
String

Implements

IServerInformation.SqlCharSetName