Partager via


SqlCharSet propriété

Gets the SqlCharSet property value.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCharSet As Short
    Get
'Utilisation
Dim instance As Server
Dim value As Short

value = instance.SqlCharSet
[SfcPropertyAttribute]
public short SqlCharSet { get; }
[SfcPropertyAttribute]
public:
virtual property short SqlCharSet {
    short get () sealed;
}
[<SfcPropertyAttribute>]
abstract SqlCharSet : int16
[<SfcPropertyAttribute>]
override SqlCharSet : int16
final function get SqlCharSet () : short

Valeur de la propriété

Type : System. . :: . .Int16
short

Implémente

IServerInformation. . :: . .SqlCharSet