IServerInformation.SqlCharSetName 속성

Gets the SQL character set name from the collation.

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

구문

‘선언
<DisplayNameKeyAttribute("Server_SqlCharSetNameName")> _
<DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")> _
ReadOnly Property SqlCharSetName As String 
    Get
‘사용 방법
Dim instance As IServerInformation 
Dim value As String 

value = instance.SqlCharSetName
[DisplayNameKeyAttribute("Server_SqlCharSetNameName")]
[DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")]
string SqlCharSetName { get; }
[DisplayNameKeyAttribute(L"Server_SqlCharSetNameName")]
[DisplayDescriptionKeyAttribute(L"Server_SqlCharSetNameDesc")]
property String^ SqlCharSetName {
    String^ get ();
}
[<DisplayNameKeyAttribute("Server_SqlCharSetNameName")>]
[<DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")>]
abstract SqlCharSetName : string
function get SqlCharSetName () : String

속성 값

유형: System.String
The SQL character set name from the collation.

참고 항목

참조

IServerInformation 인터페이스

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