UIConnectionInfo.ServerNameNoDot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).