CollectionSet.CollectionModes Enum
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.
Different execution modes for a collection set.
public enum CollectionSet.CollectionModes
type CollectionSet.CollectionModes =
Public Enum CollectionSet.CollectionModes
- Inheritance
-
CollectionSet.CollectionModes
Fields
Name | Value | Description |
---|---|---|
Cached | 0 | The collection part of the collection set executes continuously, while the upload part is driven by a SQL Agent Schedule. The data is cached locally between scheduled uploads |
NonCached | 1 | Execution of the collection set is driven by a SQL Agent schedule. Data is collected and uploaded to the Management Data Warehouse on the spot. |