Condividi tramite


Proprietà Information.SqlCharSetName

Gets the name of the character set used by the instance of SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property SqlCharSetName As String 
    Get
'Utilizzo
Dim instance As Information 
Dim value As String 

value = instance.SqlCharSetName
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string SqlCharSetName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ SqlCharSetName {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member SqlCharSetName : string
function get SqlCharSetName () : String

Valore proprietà

Tipo: System.String
A String value that specifies the name of the character set used by the instance of SQL Server.

Esempi

Configurazione di SQL Server in SMO

Vedere anche

Riferimento

Information Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo