Поделиться через


Свойство SqlCharSetName

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCharSetName As String
    Get
'Применение
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

Значение свойства

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