DacConfig Constructor

Initialized a default instance of the DacConfig object.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Protected Sub New
'Usage

Dim instance As New DacConfig()
protected DacConfig()
protected:
DacConfig()
new : unit -> DacConfig
protected function DacConfig()

Remarks

The default constructor initializes any fields to their default values.

See Also

Reference

DacConfig Class

Microsoft.SqlServer.Management.Dac Namespace