Proprietà SqlOlapConnectionInfoBase.ServerNameInternal
Gets or sets the internal name of the instance of SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Protected Property ServerNameInternal As StringBuilder
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: StringBuilder
A String value that specifies the internal name of the instance of SQL Server.