DacType Constructor

Intializes a default DacType object.

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 DacType()
public DacType()
public:
DacType()
new : unit -> DacType
public function DacType()

Remarks

The default constructor initializes any fields to their default values.

See Also

Reference

DacType Class

DacType Overload

Microsoft.SqlServer.Management.Dac Namespace