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


Свойство MeasureGroupBinding.Persistence

Gets or sets which parts of the bound source data are dynamic, and are checked for updates using the frequency specified by the RefreshPolicy.

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

Синтаксис

'Декларация
Public Property Persistence As PersistenceType 
    Get 
    Set
'Применение
Dim instance As MeasureGroupBinding 
Dim value As PersistenceType 

value = instance.Persistence

instance.Persistence = value
public PersistenceType Persistence { get; set; }
public:
property PersistenceType Persistence {
    PersistenceType get ();
    void set (PersistenceType value);
}
member Persistence : PersistenceType with get, set
function get Persistence () : PersistenceType 
function set Persistence (value : PersistenceType)

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

Тип: Microsoft.AnalysisServices.PersistenceType
The type of the metadata persistence.

См. также

Справочник

MeasureGroupBinding Класс

Пространство имен Microsoft.AnalysisServices