MeasureGroupBinding.Persistence Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(PersistenceType.NotPersisted)]
[ReadOnlyAttribute(true)]
public PersistenceType Persistence { get; set; }
public:
[DefaultValueAttribute(PersistenceType::NotPersisted)]
[ReadOnlyAttribute(true)]
property PersistenceType Persistence {
    PersistenceType get();
    void set(PersistenceType value);
}
[<DefaultValueAttribute(PersistenceType.NotPersisted)>]
[<ReadOnlyAttribute(true)>]
member Persistence : PersistenceType with get, set
<DefaultValueAttribute(PersistenceType.NotPersisted)>
<ReadOnlyAttribute(True)>
Public Property Persistence As PersistenceType

Property Value

Type: Microsoft.AnalysisServices.PersistenceType

The type of the metadata persistence.

See Also

MeasureGroupBinding Class
Microsoft.AnalysisServices Namespace

Return to top