CollectionItemCollection.AddCollectionItem(CollectionItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Explicitly add an item to the collection. TODO: This is a temporary solution until SFC v2.
public void AddCollectionItem (Microsoft.SqlServer.Management.Collector.CollectionItem item);
member this.AddCollectionItem : Microsoft.SqlServer.Management.Collector.CollectionItem -> unit
Public Sub AddCollectionItem (item As CollectionItem)
Parameters
- item
- CollectionItem