CellPermission.CopyTo(CellPermission) Method

Definition

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

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

Parameters

obj
CellPermission

The destination object to copy to.

Returns

The destination object.

Applies to