SqlConnectionInfo 类
SqlConnectionInfo 对象表示与 SQL Server 实例建立连接所需的信息。
继承层次结构
Object
Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Microsoft.SqlServer.Management.Common.SqlConnectionInfo
命名空间: Microsoft.SqlServer.Management.Common
程序集: Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)
语法
声明
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class SqlConnectionInfo _
Inherits SqlOlapConnectionInfoBase
用法
Dim instance As SqlConnectionInfo
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class SqlConnectionInfo : SqlOlapConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class SqlConnectionInfo : public SqlOlapConnectionInfoBase
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type SqlConnectionInfo =
class
inherit SqlOlapConnectionInfoBase
end
public class SqlConnectionInfo extends SqlOlapConnectionInfoBase
SqlConnectionInfo 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
SqlConnectionInfo() | 初始化 SqlConnectionInfo 类的新实例。 | |
SqlConnectionInfo(String) | 初始化 SqlConnectionInfo 类的新实例。 | |
SqlConnectionInfo(SqlConnectionInfo) | 初始化 SqlConnectionInfo 类的新实例。 | |
SqlConnectionInfo(ServerConnection, ConnectionType) | 初始化 SqlConnectionInfo 类的新实例。 | |
SqlConnectionInfo(String, String, String) | 初始化 SqlConnectionInfo 类的新实例。 |
顶部
属性
顶部
方法
名称 | 说明 | |
---|---|---|
ConnectionParmsChanged | 更改连接参数。 (从 SqlOlapConnectionInfoBase 继承。) | |
Copy | 返回 SqlConnectionInfo 对象的副本。 | |
CreateConnectionObject | 创建系统连接对象。 (覆盖 SqlOlapConnectionInfoBase.CreateConnectionObject()。) | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | 返回字符串格式的 SqlConnectionInfo 对象。 (覆盖 SqlOlapConnectionInfoBase.ToString()。) |
顶部
字段
名称 | 说明 | |
---|---|---|
DefaultNetworkProtocol | NetworkProtocol 对象,用于指定连接的默认网络协议。 |
顶部
注释
在构造 , ServerConnection 对象提供连接信息时 , SqlConnectionInfo 对象可作为传递参数。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。