Construtor TargetSetCollection (ObjectSet)
Initializes a new instance of the TargetSetCollection class.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
parent As ObjectSet _
)
'Uso
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
)
Parâmetros
- parent
Tipo: Microsoft.SqlServer.Management.Dmf.ObjectSet
An ObjectSet object value that specifies the parent of the TargetSet object.
Comentários
The default constructor initializes any fields to their default values.
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.