Sdílet prostřednictvím


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
Public method UIConnectionInfo() Infrastructure.
Public method UIConnectionInfo(UIConnectionInfo) Infrastructure.
Public method UIConnectionInfo(UIConnectionInfo, Boolean) Infrastructure.

Top

Methods

  Name Description
Public method CompareTo(UIConnectionInfo) Infrastructure.
Public method Copy() Infrastructure.
Public method Equals(Object) Infrastructure. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Infrastructure. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Public methodStatic member LoadFromStream(XmlReader) Infrastructure.
Protected method MemberwiseClone() (Inherited from Object.)
Public method SaveToStream(XmlWriter, Boolean) Infrastructure.
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member XmlAdvancedOptions Infrastructure.
Public fieldStatic member XmlAuthenticationType Infrastructure.
Public fieldStatic member XmlDisplayName Infrastructure.
Public fieldStatic member XmlItemTypeAttribute Infrastructure.
Public fieldStatic member XmlPassword Infrastructure.
Public fieldStatic member XmlServerName Infrastructure.
Public fieldStatic member XmlServerType Infrastructure.
Public fieldStatic member XmlStart Infrastructure.
Public fieldStatic member XmlUserName Infrastructure.

Top

Properties

  Name Description
Public property AdvancedOptions Infrastructure.
Public property ApplicationName Infrastructure.
Public property AuthenticationType Infrastructure.
Public property DisplayName Infrastructure.
Public property EncryptedPassword Infrastructure.
Public property Id Infrastructure.
Public property Password Infrastructure.
Public property PersistPassword Infrastructure.
Public property ServerName Infrastructure.
Public property ServerNameNoDot Infrastructure.
Public property ServerType Infrastructure.
Public property ServerVersion Infrastructure.
Public property UserName Infrastructure.

Top