ConnectionInfoBase 构造函数

定义

重载

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)

参数

适用于

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

适用于