Właściwość SqlOlapConnectionInfoBase.ServerNameInternal
Pobiera lub ustawia nazwę wewnętrzną wystąpienie SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Składnia
'Deklaracja
Protected Property ServerNameInternal As StringBuilder
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Text.StringBuilder
A String , który określa wewnętrzna nazwa wystąpienie wartości SQL Server.
Zobacz także