Constructeur TargetSet (ObjectSet, String)
Initializes a new instance of the TargetSet class on the specified connection.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As ObjectSet, _
targetTypeSkeleton As String _
)
'Utilisation
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
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.Dmf.ObjectSet
An ObjectSet object value that specifies the parent of the TargetSet object.
- 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.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.