Translation.CopyTo(Translation) Method

Definition

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

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

Parameters

obj
Translation

The destination object to copy to.

Returns

The destination object.

Applies to