共用方式為


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 命名空間