ServerProperty.CopyTo(ServerProperty) Method

Definition

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

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

Parameters

obj
ServerProperty

The destination object to copy to.

Returns

The destination object.

Applies to