Propriedade SqlCharSetName
Gets the name of the character set used by the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCharSetName As String
Get
'Uso
Dim instance As Information
Dim value As String
value = instance.SqlCharSetName
[SfcPropertyAttribute]
public string SqlCharSetName { get; }
[SfcPropertyAttribute]
public:
property String^ SqlCharSetName {
String^ get ();
}
[<SfcPropertyAttribute>]
member SqlCharSetName : string
function get SqlCharSetName () : String
Valor da propriedade
Tipo: System. . :: . .String
A String value that specifies the name of the character set used by the instance of SQL Server.
Consulte também