TargetSet 构造函数 (ObjectSet, String)

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

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

语法

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

参数

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

注释

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