IServerInformation.SqlCharSetName Property
Gets the SQL character set name from the collation. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("Server_SqlCharSetNameName")> _
<DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")> _
ReadOnly Property SqlCharSetName As String
[DisplayNameKeyAttribute("Server_SqlCharSetNameName")]
[DisplayDescriptionKeyAttribute("Server_SqlCharSetNameDesc")]
string SqlCharSetName { get; }
[DisplayNameKeyAttribute(L"Server_SqlCharSetNameName")]
[DisplayDescriptionKeyAttribute(L"Server_SqlCharSetNameDesc")]
property String^ SqlCharSetName {
String^ get ();
}
/** @property */
String get_SqlCharSetName ()
function get SqlCharSetName () : String
Property Value
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.