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 네임스페이스