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