Freigeben über


CollectionSet.CollectionModes-Enumeration

The CollectionSet.CollectionModes class enumerates the collection set collection modes.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Syntax

'Declaration
Public Enumeration CollectionModes
'Usage
Dim instance As CollectionSet.CollectionModes
public enum CollectionModes
public enum class CollectionModes
type CollectionModes
public enum CollectionModes

Elemente

Elementname Beschreibung
Cached Cached mode, data is collected and uploaded on a different schedule.
NonCached Noncached mode, data is collected and uploaded on the same schedule.

Hinweise

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Collector-Namespace