Share via


DeployedDac Constructor

Initializes a new instance of the DeployedDac class.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New DeployedDac()
public DeployedDac()
public:
DeployedDac()
new : unit -> DeployedDac
public function DeployedDac()

Remarks

The default constructor initializes any fields to their default values.

Examples

VC#

DeployedDac deployedDac;
deployedDac = new DeployedDac();

VB

Dim deployedDac As DeployedDac
deployedDac = New DeployedDac()

PowerShell

$deployedDac = New-Object Microsoft.SqlServer.Management.Utility.DeployedDac()

See Also

Reference

DeployedDac Class

Microsoft.SqlServer.Management.Utility Namespace