RSType Class
SQL Server 2012
Implements the IServerType for the connection dialog box.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
The RSType type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AuthenticationInfoCollection | Gets a table that contains the authentication labels that are used to populate the simple view of the connection dialog box. |
![]() | RequestedPropertySize | Gets the size that is custom user control needs to render correctly. |
![]() | ServerGroupName | Gets the name of the root node type for the server group. |
![]() | ServerInstanceName | Gets the instance name of the server. |
![]() | ServerTypeName | Gets the string that is exposed to the user in the server type. |
| Name | Description | |
|---|---|---|
![]() | CreateClosedConnectionObject | Retrieves a value that creates an object to close the connection. |
![]() ![]() | CreateSqlOlapConnectionInfoBase | Initiates the creation of a new connection info base in the server. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GenerateImage | Gets a newly-instantiated icon that is displayed in the RSType. |
![]() | GenerateUserControl | Returns a newly-instantiated user control that is displayed on the Connection Properties tab of the advanced view of the connection dialog box. |
![]() | GetConnectionObject | Returns a new IDbConnection object that is based on the passed UIConnectionInfo object. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | LoadPersonalizationInfo | Retrieves a value that indicates the connection to overwrite the current settings if personalization info loads. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SavePersonalizationInfo | Saves personalization information that may be needed for subsequent uses of the connection dialog box, such as the server type, server name, authentication type, and user name. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | AlwaysUseSSL | Defines the constant string value for the SSL to always use. |
![]() ![]() | BasicDigestAuthenticationType | Defines the constant integer value for the basic digest authentication type. |
![]() ![]() | ConnectionTimeout | Defines the constant string value for connection timeout. |
![]() ![]() | Database | Defines the constant string value for the database. |
![]() ![]() | ExecutionTimeout | Defines the constant string value for the execution timeout. |
![]() ![]() | InternetAuthenticationType | Defines the constant integer value for the Internet authentication type variable. |
![]() ![]() | NetworkProtocol | Defines the constant string value for the network protocol. |
![]() ![]() | PacketSize | Defines the constant string value for the packet size. |
![]() ![]() | reqSize | Uses the Size to initialize the required size of the connection dialog. This field is read-only. |
![]() ![]() | ServerType | Defines the type of server to get. This field is read-only. |
![]() ![]() | TrustedAuthenticationType | Defines the constant integer value for the trusted authentication type variable. |
![]() ![]() | UnknownAuthenticationType | Defines the constant integer value for an unknown authentication Type variable. |
| Name | Description | |
|---|---|---|
![]() ![]() | IServerType.ProceedWithConnection | Retrieves a value that indicates the connection to proceed. |
![]() ![]() | IServerType.ServerType | Gets the GUID for the server type that is exposed to the user in the Server Type combo box. |


