ConnectionInfoBase Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- conn
- ConnectionInfoBase
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