Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the instance name of the server.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Private ReadOnly Property ServerInstanceName As String
Implements IServerType.ServerInstanceName
Get
'Usage
Dim instance As DtsServerType
Dim value As String
value = CType(instance, IServerType).ServerInstanceName
string IServerType.ServerInstanceName { get; }
private:
virtual property String^ ServerInstanceName {
String^ get () sealed = IServerType::ServerInstanceName::get;
}
private abstract ServerInstanceName : string
private override ServerInstanceName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
A string that represents the instance name of the server.
Implements
IServerType.ServerInstanceName