Compartir a través de


SqlCharSetName Propiedad

Gets the SqlCharSetName property value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCharSetName As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .String
String

Implementa

IServerInformation. . :: . .SqlCharSetName