Costruttore TargetSet (ObjectSet, String)
Initializes a new instance of the TargetSet class on the specified connection.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
parent As ObjectSet, _
targetTypeSkeleton As String _
)
'Utilizzo
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
)
Parametri
- parent
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ObjectSet
An ObjectSet object value that specifies the parent of the TargetSet object.
- targetTypeSkeleton
Tipo: System. . :: . .String
A String value that specifies the type skeleton, such as Server\Trigger or Server\Database\Table\Trigger, for the target filter.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche