ConnectionInfoBase Constructors

Definition

Overloads

ConnectionInfoBase()
ConnectionInfoBase(ConnectionInfoBase)
ConnectionInfoBase(ConnectionType)

ConnectionInfoBase()

protected ConnectionInfoBase ();
Protected Sub New ()

Applies to

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)

Parameters

Applies to

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)

Parameters

serverType
ConnectionType

Applies to