UIConnectionInfo 类

This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..UIConnectionInfo

命名空间:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
程序集:  Microsoft.SqlServer.RegSvrEnum(在 Microsoft.SqlServer.RegSvrEnum.dll 中)

语法

声明
Public Class UIConnectionInfo _
    Implements IComparable(Of UIConnectionInfo)
用法
Dim instance As UIConnectionInfo
public class UIConnectionInfo : IComparable<UIConnectionInfo>
public ref class UIConnectionInfo : IComparable<UIConnectionInfo^>
type UIConnectionInfo =  
    class
        interface IComparable<UIConnectionInfo>
    end
public class UIConnectionInfo implements IComparable<UIConnectionInfo>

UIConnectionInfo 类型公开以下成员。

构造函数

  名称 说明
公共方法 UIConnectionInfo() () () () 基础结构。
公共方法 UIConnectionInfo(UIConnectionInfo) 基础结构。
公共方法 UIConnectionInfo(UIConnectionInfo, Boolean) 基础结构。

页首

属性

  名称 说明
公共属性 AdvancedOptions 基础结构。
公共属性 ApplicationName 基础结构。
公共属性 AuthenticationType 基础结构。
公共属性 DisplayName 基础结构。
公共属性 EncryptedPassword 基础结构。
公共属性 Id 基础结构。
公共属性 Password 基础结构。
公共属性 PersistPassword 基础结构。
公共属性 ServerName 基础结构。
公共属性 ServerNameNoDot 基础结构。
公共属性 ServerType 基础结构。
公共属性 ServerVersion 基础结构。
公共属性 UserName 基础结构。

页首

方法

  名称 说明
公共方法 CompareTo 基础结构。
公共方法 Copy 基础结构。
公共方法 Equals 基础结构。 (覆盖 Object. . :: . .Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode 基础结构。 (覆盖 Object. . :: . .GetHashCode() () () ()。)
公共方法 GetType (从 Object 继承。)
公共方法静态成员 LoadFromStream 基础结构。
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 SaveToStream 基础结构。
公共方法 ToString (从 Object 继承。)

页首

字段

  名称 说明
公共字段静态成员 XmlAdvancedOptions 基础结构。
公共字段静态成员 XmlAuthenticationType 基础结构。
公共字段静态成员 XmlDisplayName 基础结构。
公共字段静态成员 XmlItemTypeAttribute 基础结构。
公共字段静态成员 XmlPassword 基础结构。
公共字段静态成员 XmlServerName 基础结构。
公共字段静态成员 XmlServerType 基础结构。
公共字段静态成员 XmlStart 基础结构。
公共字段静态成员 XmlUserName 基础结构。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。