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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。