ErrorConfiguration.CopyTo(ErrorConfiguration) Method

Definition

Creates a full copy of an object into the existing object that is passed as a parameter.

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

Parameters

obj
ErrorConfiguration

The object you are copying to.

Returns

The object copied to.

Applies to