ProactiveCaching.CopyTo(ProactiveCaching) Method

Definition

Copies the content of this object to another object (the destination).

public Microsoft.AnalysisServices.ProactiveCaching CopyTo (Microsoft.AnalysisServices.ProactiveCaching obj);
member this.CopyTo : Microsoft.AnalysisServices.ProactiveCaching -> Microsoft.AnalysisServices.ProactiveCaching
Public Function CopyTo (obj As ProactiveCaching) As ProactiveCaching

Parameters

obj
ProactiveCaching

The destination object to copy to.

Returns

The destination object.

Applies to