Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the CollectionItemCollection class.
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
Public Sub New ( _
parent As CollectionSet _
)
'Uso
Dim parent As CollectionSet
Dim instance As New CollectionItemCollection(parent)
public CollectionItemCollection(
CollectionSet parent
)
public:
CollectionItemCollection(
CollectionSet^ parent
)
new :
parent:CollectionSet -> CollectionItemCollection
public function CollectionItemCollection(
parent : CollectionSet
)
Parámetros
- parent
Tipo: Microsoft.SqlServer.Management.Collector.CollectionSet
A CollectionSet object that identifies the collection set to which a collection item belongs.
Comentarios
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.