다음을 통해 공유


ServerNameInternal 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Protected Property ServerNameInternal As StringBuilder
    Get
    Set
‘사용 방법
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)

속성 값

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