RoleMember.CopyTo(RoleMember) 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 the content of this object to another object (the destination).
public Microsoft.AnalysisServices.RoleMember CopyTo (Microsoft.AnalysisServices.RoleMember obj);
member this.CopyTo : Microsoft.AnalysisServices.RoleMember -> Microsoft.AnalysisServices.RoleMember
Public Function CopyTo (obj As RoleMember) As RoleMember
Parameters
- obj
- RoleMember
The destination object to copy to.
Returns
The destination object.