UIConnectionInfo Members
Include Protected Members
Include Inherited Members
This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.
The UIConnectionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UIConnectionInfo() | Infrastructure. | |
UIConnectionInfo(UIConnectionInfo) | Infrastructure. | |
UIConnectionInfo(UIConnectionInfo, Boolean) | Infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(UIConnectionInfo) | Infrastructure. | |
Copy() | Infrastructure. | |
Equals(Object) | Infrastructure. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | Infrastructure. (Overrides Object.GetHashCode().) | |
GetType() | (Inherited from Object.) | |
LoadFromStream(XmlReader) | Infrastructure. | |
MemberwiseClone() | (Inherited from Object.) | |
SaveToStream(XmlWriter, Boolean) | Infrastructure. | |
ToString() | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality(Object, UIConnectionInfo) | Infrastructure. | |
Equality(UIConnectionInfo, UIConnectionInfo) | ||
Equality(UIConnectionInfo, Object) | Infrastructure. | |
Inequality(Object, UIConnectionInfo) | Infrastructure. | |
Inequality(UIConnectionInfo, UIConnectionInfo) | Infrastructure. | |
Inequality(UIConnectionInfo, Object) | Infrastructure. |
Top
Fields
Name | Description | |
---|---|---|
XmlAdvancedOptions | Infrastructure. | |
XmlAuthenticationType | Infrastructure. | |
XmlDisplayName | Infrastructure. | |
XmlItemTypeAttribute | Infrastructure. | |
XmlPassword | Infrastructure. | |
XmlServerName | Infrastructure. | |
XmlServerType | Infrastructure. | |
XmlStart | Infrastructure. | |
XmlUserName | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
AdvancedOptions | Infrastructure. | |
ApplicationName | Infrastructure. | |
AuthenticationType | Infrastructure. | |
DisplayName | Infrastructure. | |
EncryptedPassword | Infrastructure. | |
Id | Infrastructure. | |
Password | Infrastructure. | |
PersistPassword | Infrastructure. | |
ServerName | Infrastructure. | |
ServerNameNoDot | Infrastructure. | |
ServerType | Infrastructure. | |
ServerVersion | Infrastructure. | |
UserName | Infrastructure. |
Top