Właściwość IServerInformation.SqlCharSetName
Pobiera SQL zestaw znaków nazwy z sortowanie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayNameKeyAttribute("Server_SqlCharSetNameName")> _
<DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")> _
ReadOnly Property SqlCharSetName As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
String
Zobacz także