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.