SqlCharSet 属性

Gets the SqlCharSet property value.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCharSet As Short
    Get
用法
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

属性值

类型:System. . :: . .Int16
short

实现

IServerInformation. . :: . .SqlCharSet