ConnectionInfoBase Constructor (ConnectionType)
Initializes a new instance of the ConnectionInfoBase class with the specified connection type.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Deklaracja
Protected Sub New ( _
serverType As ConnectionType _
)
protected ConnectionInfoBase (
ConnectionType serverType
)
protected:
ConnectionInfoBase (
ConnectionType serverType
)
protected ConnectionInfoBase (
ConnectionType serverType
)
protected function ConnectionInfoBase (
serverType : ConnectionType
)
Parameters
- serverType
A ConnectionType object value that specifies the type of connection.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.