Partager via


Propriété ServerNameInternal

Gets or sets the internal name of the instance of SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Protected Property ServerNameInternal As StringBuilder
    Get
    Set
'Utilisation
Dim value As StringBuilder

value = Me.ServerNameInternal

Me.ServerNameInternal = value
protected StringBuilder ServerNameInternal { get; set; }
protected:
property StringBuilder^ ServerNameInternal {
    StringBuilder^ get ();
    void set (StringBuilder^ value);
}
member ServerNameInternal : StringBuilder with get, set
function get ServerNameInternal () : StringBuilder
function set ServerNameInternal (value : StringBuilder)

Valeur de propriété

Type : System.Text. . :: . .StringBuilder
A String value that specifies the internal name of the instance of SQL Server.