Construtor DacType
Inicializa um objeto DacType padrão.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Sub New
'Uso
Dim instance As New DacType()
public DacType()
public:
DacType()
new : unit -> DacType
public function DacType()
Comentários
The default constructor initializes any fields to their default values.
Consulte também