DeployedDacCollection Constructor (Utility)
Initializes a new instance of the DeployedDacCollection class on the specified imported object.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Sub New ( _
parent As Utility _
)
'Usage
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
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Utility.Utility
A ImportedObject object that specifies the parent of the collection.
Remarks
The default constructor initializes any fields to their default values.