Share via


TargetSet Constructor (ObjectSet, String)

Initializes a new instance of the TargetSet class on the specified connection.

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

Syntax

'Declaration
Public Sub New ( _
    parent As ObjectSet, _
    targetTypeSkeleton As String _
)
'Usage
Dim parent As ObjectSet 
Dim targetTypeSkeleton As String 

Dim instance As New TargetSet(parent, _
    targetTypeSkeleton)
public TargetSet(
    ObjectSet parent,
    string targetTypeSkeleton
)
public:
TargetSet(
    ObjectSet^ parent, 
    String^ targetTypeSkeleton
)
new : 
        parent:ObjectSet * 
        targetTypeSkeleton:string -> TargetSet
public function TargetSet(
    parent : ObjectSet, 
    targetTypeSkeleton : String
)

Parameters

  • targetTypeSkeleton
    Type: System.String
    A String value that specifies the type skeleton, such as Server\Trigger or Server\Database\Table\Trigger, for the target filter.

Remarks

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

See Also

Reference

TargetSet Class

TargetSet Overload

Microsoft.SqlServer.Management.Dmf Namespace