共用方式為


UIConnectionInfo 類別

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 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.

繼承階層

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

命名空間:  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() () () () 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a default UIConnectionInfo object for a SQL Server Management Studio connection dialog.
公用方法 UIConnectionInfo(UIConnectionInfo) 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 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) 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a new UIConnectionInfo object with the properties of an existing UIConnectionInfo object and makes another connection to the associated server.

上層

屬性

  名稱 說明
公用屬性 AdvancedOptions 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the advanced options set in a connection dialog.
公用屬性 ApplicationName 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets the name of the application in a connection dialog.
公用屬性 AuthenticationType 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets a Int32 value that specifies whether the connection dialog should use SQL Server Authentication or Windows Authentication.
公用屬性 DisplayName 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets a String value that specifies the display name of the connection.
公用屬性 EncryptedPassword 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets the encrypted password of the UIConnectionInfo.
公用屬性 Id 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the connection identifier.
公用屬性 Password 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication.
公用屬性 PersistPassword 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted.
公用屬性 ServerName 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets a String value that specifies the name of the instance of the Database Engine for the connection.
公用屬性 ServerNameNoDot 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 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 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets a guid that identifies the type of server the connection uses.
公用屬性 ServerVersion 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection.
公用屬性 UserName 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets a String value that specifies the login name for the connection.

上層

方法

  名稱 說明
公用方法 CompareTo 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Used to determine the sort order of the current UIConnectionInfo object in relation to another UIConnectionInfo object.
公用方法 Copy 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Creates a new UIConnectionInfo object based on the properties of the current object.
公用方法 Equals 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Determines whether the specified Object is equal to the current Object. (覆寫 Object. . :: . .Equals(Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Returns the hash code for the specified type. (覆寫 Object. . :: . .GetHashCode() () () ()。)
公用方法 GetType (繼承自 Object。)
公用方法靜態成員 LoadFromStream 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Loads a connection from the specified stream.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 SaveToStream 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Persists connection info to the specified XML stream.
公用方法 ToString (繼承自 Object。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Equality(Object, UIConnectionInfo) 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Determines whether the specified Object is the same as the specified UIConnectionInfo object.
公用運算子靜態成員 Equality(UIConnectionInfo, UIConnectionInfo) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Determines whether two specified UIConnectionInfo objects are the same.
公用運算子靜態成員 Equality(UIConnectionInfo, Object) 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Determines whether the specified UIConnectionInfo object is the same as the specified Object.
公用運算子靜態成員 Inequality(Object, UIConnectionInfo) 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Determines whether the specified Object is different than the specified UIConnectionInfo object.
公用運算子靜態成員 Inequality(UIConnectionInfo, UIConnectionInfo) 基礎結構。Determines whether two UIConnectionInfo objects are different.
公用運算子靜態成員 Inequality(UIConnectionInfo, Object) 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Determines whether the specified UIConnectionInfo object is different than the specified Object.

上層

欄位

  名稱 說明
公用欄位靜態成員 XmlAdvancedOptions 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用欄位靜態成員 XmlAuthenticationType 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用欄位靜態成員 XmlDisplayName 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用欄位靜態成員 XmlItemTypeAttribute 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用欄位靜態成員 XmlPassword 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用欄位靜態成員 XmlServerName 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用欄位靜態成員 XmlServerType 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用欄位靜態成員 XmlStart 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用欄位靜態成員 XmlUserName 基礎結構。不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。