IServerInformation.SqlCharSet 속성

Gets the SQL character set ID from the collation ID as a tinyint.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_SqlCharSetDesc")> _
<DisplayNameKeyAttribute("Server_SqlCharSetName")> _
ReadOnly Property SqlCharSet As Short 
    Get
‘사용 방법
Dim instance As IServerInformation 
Dim value As Short 

value = instance.SqlCharSet
[DisplayDescriptionKeyAttribute("Server_SqlCharSetDesc")]
[DisplayNameKeyAttribute("Server_SqlCharSetName")]
short SqlCharSet { get; }
[DisplayDescriptionKeyAttribute(L"Server_SqlCharSetDesc")]
[DisplayNameKeyAttribute(L"Server_SqlCharSetName")]
property short SqlCharSet {
    short get ();
}
[<DisplayDescriptionKeyAttribute("Server_SqlCharSetDesc")>]
[<DisplayNameKeyAttribute("Server_SqlCharSetName")>]
abstract SqlCharSet : int16
function get SqlCharSet () : short

속성 값

유형: System.Int16
The SQL character set ID from the collation ID as a tinyint.

참고 항목

참조

IServerInformation 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스