Bagikan melalui


TargetSetCollection Constructor (ObjectSet)

Initializes a new instance of the TargetSetCollection class.

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

Syntax

'Declaration
Public Sub New ( _
    parent As ObjectSet _
)
'Usage
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
)

Parameters

Remarks

The default constructor initializes any fields to their default values.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

TargetSetCollection Class

TargetSetCollection Overload

Microsoft.SqlServer.Management.Dmf Namespace