Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Members
| Member name | Description | |
|---|---|---|
| Cached | Cached mode, data is collected and uploaded on a different schedule. | |
| NonCached | Noncached mode, data is collected and uploaded on the same schedule. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.