Database.CopyTo(Database) Method

Definition

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

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

Parameters

obj
Database

The destination object to copy to.

Returns

The destination object.

Applies to