Account.CopyTo(Account) Method

Definition

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

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

Parameters

obj
Account

The destination object to copy to.

Returns

The destination object.

Applies to