Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets metadata persistence for current object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Persistence As PersistenceType
Get
Set
'Usage
Dim instance As DimensionBinding
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)
Property Value
Type: Microsoft.AnalysisServices.PersistenceType
A PersistenceType value.
Remarks
Persistence applies for linked objects on the Subscriber side.