Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the CollectionSetExtender class.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Public Sub New ( _
collectionSet As CollectionSet _
)
'Usage
Dim collectionSet As CollectionSet
Dim instance As New CollectionSetExtender(collectionSet)
public CollectionSetExtender(
CollectionSet collectionSet
)
public:
CollectionSetExtender(
CollectionSet^ collectionSet
)
new :
collectionSet:CollectionSet -> CollectionSetExtender
public function CollectionSetExtender(
collectionSet : CollectionSet
)
Parameters
- collectionSet
Type: Microsoft.SqlServer.Management.Collector.CollectionSet
The CollectionSet which this instance will extend.