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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。