ProactiveCaching.Clone Method
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
Public Function Clone As ProactiveCaching
'Usage
Dim instance As ProactiveCaching
Dim returnValue As ProactiveCaching
returnValue = instance.Clone()
C#
public ProactiveCaching Clone()
public:
ProactiveCaching^ Clone()
member Clone : unit -> ProactiveCaching
public function Clone() : ProactiveCaching
Type: Microsoft.AnalysisServices.ProactiveCaching
A ProactiveCaching object.