ServerAndInstanceName Property
In This Topic
Gets the server name and instance name, if any
Syntax
'Declaration
Public ReadOnly Property ServerAndInstanceName As String
public string ServerAndInstanceName {get;}
public:
property String^ ServerAndInstanceName {
String^ get();
}
See Also