ConnectionInfoBase 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| ConnectionInfoBase() | |
| ConnectionInfoBase(ConnectionInfoBase) | |
| ConnectionInfoBase(ConnectionType) |
ConnectionInfoBase()
protected ConnectionInfoBase();
Protected Sub New ()
适用于
ConnectionInfoBase(ConnectionInfoBase)
protected ConnectionInfoBase(Microsoft.SqlServer.Management.Common.ConnectionInfoBase conn);
new Microsoft.SqlServer.Management.Common.ConnectionInfoBase : Microsoft.SqlServer.Management.Common.ConnectionInfoBase -> Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Protected Sub New (conn As ConnectionInfoBase)
参数
- conn
- ConnectionInfoBase
适用于
ConnectionInfoBase(ConnectionType)
protected ConnectionInfoBase(Microsoft.SqlServer.Management.Common.ConnectionType serverType);
new Microsoft.SqlServer.Management.Common.ConnectionInfoBase : Microsoft.SqlServer.Management.Common.ConnectionType -> Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Protected Sub New (serverType As ConnectionType)
参数
- serverType
- ConnectionType