DimensionBinding.Persistence Property

 

Applies To: SQL Server 2016 Preview

Gets or sets metadata persistence for current object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.PersistenceType

A PersistenceType value.

Remarks

Persistence applies for linked objects on the Subscriber side.

See Also

DimensionBinding Class
Microsoft.AnalysisServices Namespace

Return to top