Condividi tramite


Proprietà DefaultLanguage.Name

Gets the name for the DefaultLanguage class.

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

Sintassi

'Dichiarazione
Public Property Name As String 
    Get 
    Set
'Utilizzo
Dim instance As DefaultLanguage 
Dim value As String 

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Valore proprietà

Tipo: System.String
The name for the DefaultLanguage.

Vedere anche

Riferimento

DefaultLanguage Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo