UIConnectionInfo.ServerNameNoDot Property

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a String value that specifies the name of the instance of the Database Engine for the connection. If only a period (.) was specified in the dialog, ServerNameNoDot returns (local).

public:
 property System::String ^ ServerNameNoDot { System::String ^ get(); };
public string ServerNameNoDot { get; }
member this.ServerNameNoDot : string
Public ReadOnly Property ServerNameNoDot As String

Property Value

A String value that specifies the name of the instance of the Database Engine for the connection. If only a period (.) was specified in the dialog, ServerNameNoDot returns (local).

Applies to