Поделиться через


Свойство CollectionSet.CollectionMode

Gets or sets the collection mode for the collection set.

Пространство имен:  Microsoft.SqlServer.Management.Collector
Сборка:  Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property CollectionMode As CollectionSet.CollectionModes 
    Get 
    Set
'Применение
Dim instance As CollectionSet 
Dim value As CollectionSet.CollectionModes 

value = instance.CollectionMode

instance.CollectionMode = value
[SfcPropertyAttribute]
public CollectionSet.CollectionModes CollectionMode { get; set; }
[SfcPropertyAttribute]
public:
property CollectionSet.CollectionModes CollectionMode {
    CollectionSet.CollectionModes get ();
    void set (CollectionSet.CollectionModes value);
}
[<SfcPropertyAttribute>]
member CollectionMode : CollectionSet.CollectionModes with get, set
function get CollectionMode () : CollectionSet.CollectionModes 
function set CollectionMode (value : CollectionSet.CollectionModes)

Значение свойства

Тип: Microsoft.SqlServer.Management.Collector.CollectionSet.CollectionModes
Enumerates the CollectionModes type and returns an object that contains the collection mode setting for the collection set.

Замечания

The collection mode is one of the following:

  • Continuous

  • AdHoc

  • Snapshot

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

См. также

Справочник

CollectionSet Класс

Пространство имен Microsoft.SqlServer.Management.Collector