DeployedDacCollection 构造函数 (Utility)

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

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
Public Sub New ( _
    parent As Utility _
)
用法
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
)

参数

注释

The default constructor initializes any fields to their default values.

请参阅

参考

DeployedDacCollection 类

DeployedDacCollection 重载

Microsoft.SqlServer.Management.Utility 命名空间