다음을 통해 공유


SqlCharSet 속성

Gets the SqlCharSet property value.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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