ConnectionInfoBase Constructors
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.
C#
protected ConnectionInfoBase();
Protected Sub New ()
Applies to
Microsoft.Data.Tools.Msbuild 16.0.62004.28040 e Microsoft.Data.Tools.Msbuild 10.0.61804.210
Prodotto | Versioni |
---|---|
Microsoft.Data.Tools.Msbuild | 10.0.61804.210, 16.0.62004.28040 |
C#
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
Microsoft.Data.Tools.Msbuild 16.0.62004.28040 e Microsoft.Data.Tools.Msbuild 10.0.61804.210
Prodotto | Versioni |
---|---|
Microsoft.Data.Tools.Msbuild | 10.0.61804.210, 16.0.62004.28040 |
C#
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
Microsoft.Data.Tools.Msbuild 16.0.62004.28040 e Microsoft.Data.Tools.Msbuild 10.0.61804.210
Prodotto | Versioni |
---|---|
Microsoft.Data.Tools.Msbuild | 10.0.61804.210, 16.0.62004.28040 |