Perspective.CopyTo(Perspective) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies a Perspective object to the specified object.
public void CopyTo (Microsoft.AnalysisServices.Tabular.Perspective other);
member this.CopyTo : Microsoft.AnalysisServices.Tabular.Perspective -> unit
Public Sub CopyTo (other As Perspective)
Parameters
- other
- Perspective
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.