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 specified name of the ServerType.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Private ReadOnly Property ServerTypeName As String
Implements IServerType.ServerTypeName
Get
'Usage
Dim instance As DtsServerType
Dim value As String
value = CType(instance, IServerType).ServerTypeName
string IServerType.ServerTypeName { get; }
private:
virtual property String^ ServerTypeName {
String^ get () sealed = IServerType::ServerTypeName::get;
}
private abstract ServerTypeName : string
private override ServerTypeName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
A string value that represents the name of the ServerType.