Compartir a través de


DeployedDacCollection Constructor (Utility)

Initializes a new instance of the DeployedDacCollection class on the specified imported object.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
Public Sub New ( _
    parent As Utility _
)
'Uso
Dim parent As Utility

Dim instance As New DeployedDacCollection(parent)
public DeployedDacCollection(
    Utility parent
)
public:
DeployedDacCollection(
    Utility^ parent
)
new : 
        parent:Utility -> DeployedDacCollection
public function DeployedDacCollection(
    parent : Utility
)

Parámetros

Comentarios

The default constructor initializes any fields to their default values.