TargetSetCollection 构造函数 (ObjectSet)

Initializes a new instance of the TargetSetCollection class.

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

语法

声明
Public Sub New ( _
    parent As ObjectSet _
)
用法
Dim parent As ObjectSet 

Dim instance As New TargetSetCollection(parent)
public TargetSetCollection(
    ObjectSet parent
)
public:
TargetSetCollection(
    ObjectSet^ parent
)
new : 
        parent:ObjectSet -> TargetSetCollection
public function TargetSetCollection(
    parent : ObjectSet
)

参数

注释

The default constructor initializes any fields to their default values.

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

TargetSetCollection 类

TargetSetCollection 重载

Microsoft.SqlServer.Management.Dmf 命名空间