ErrorConfiguration.CopyTo(ErrorConfiguration) 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.
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
The object you are copying to.
Returns
The object copied to.