DacDomain Constructor

Initializes a new instance of the DacDomain class.

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

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New DacDomain()
public DacDomain()
public:
DacDomain()
new : unit -> DacDomain
public function DacDomain()

Remarks

The default constructor initializes any fields to their default values.

See Also

Reference

DacDomain Class

Microsoft.SqlServer.Management.Dac Namespace