Table.CopyTo(Table) Method

Definition

Copies a Table object to the specified object.

public void CopyTo (Microsoft.AnalysisServices.Tabular.Table other);
member this.CopyTo : Microsoft.AnalysisServices.Tabular.Table -> unit
Public Sub CopyTo (other As Table)

Parameters

other
Table

Remarks

As a result, 'other' object subtree will be brought into state identical to the state of 'this' object subtree, except read-only properties and objects. For example, ModifiedTime property or RowNumberColumn object are inferred (created and set) by the Server, and appear as read-only for the user. Such read-only properties and objects are not copied by CopyTo.

Applies to