Action.CopyTo(Action) Method

Definition

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

protected Microsoft.AnalysisServices.Action CopyTo (Microsoft.AnalysisServices.Action obj);
override this.CopyTo : Microsoft.AnalysisServices.Action -> Microsoft.AnalysisServices.Action
Protected Function CopyTo (obj As Action) As Action

Parameters

obj
Action

The destination object to copy to.

Returns

The destination object.

Applies to