UIConnectionInfo Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. The UIConnectionInfo class represents the information set in a SQL Server Management Studio connection dialog, and the associated connection to an instance of the SQL Server Database Engine.
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
| Name | Description | |
|---|---|---|
![]() | UIConnectionInfo() | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a default UIConnectionInfo object for a SQL Server Management Studio connection dialog. |
![]() | UIConnectionInfo(UIConnectionInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionInfo class with the same properties as an existing UIConnectionInfo object and makes another connection to the associated server. |
![]() | UIConnectionInfo(UIConnectionInfo^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new UIConnectionInfo object with the properties of an existing UIConnectionInfo object and makes another connection to the associated server. |
| Name | Description | |
|---|---|---|
![]() | AdvancedOptions | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the advanced options set in a connection dialog. |
![]() | ApplicationName | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the name of the application in a connection dialog. |
![]() | AuthenticationType | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Int32 value that specifies whether the connection dialog should use SQL Server Authentication or Windows Authentication. |
![]() | DisplayName | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String value that specifies the display name of the connection. |
![]() | EncryptedPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the encrypted password of the UIConnectionInfo. |
![]() | Id | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the connection identifier. |
![]() | OtherParams | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the other parameters for the connection. |
![]() | Password | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication. |
![]() | PersistPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted. |
![]() | ServerName | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String value that specifies the name of the instance of the Database Engine for the connection. |
![]() | ServerNameNoDot | This API supports the product infrastructure and is not intended to be used directly from your code. 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). |
![]() | ServerType | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a guid that identifies the type of server the connection uses. |
![]() | ServerVersion | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection. |
![]() | UserName | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String value that specifies the login name for the connection. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(UIConnectionInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Used to determine the sort order of the current UIConnectionInfo object in relation to another UIConnectionInfo object. |
![]() | Copy() | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Creates a new UIConnectionInfo object based on the properties of the current object. |
![]() | Equals(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified Object is equal to the current Object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns the hash code for the specified type.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | LoadFromStream(XmlReader^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Loads a connection from the specified stream. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SaveToStream(XmlWriter^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Persists connection info to the specified XML stream. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | XmlAdvancedOptions | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | XmlAuthenticationType | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | XmlDisplayName | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | XmlItemTypeAttribute | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | XmlPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | XmlServerName | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | XmlServerType | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | XmlStart | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | XmlUserName | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Object^, UIConnectionInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified Object is the same as the specified UIConnectionInfo object. |
![]() ![]() | Equality(UIConnectionInfo^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified UIConnectionInfo object is the same as the specified Object. |
![]() ![]() | Equality(UIConnectionInfo^, UIConnectionInfo^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether two specified UIConnectionInfo objects are the same. |
![]() ![]() | Inequality(Object^, UIConnectionInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified Object is different than the specified UIConnectionInfo object. |
![]() ![]() | Inequality(UIConnectionInfo^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified UIConnectionInfo object is different than the specified Object. |
![]() ![]() | Inequality(UIConnectionInfo^, UIConnectionInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether two UIConnectionInfo objects are different. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





