IncrementalProcessingNotification.CopyTo 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 an IncrementalProcessingNotification object to the specified object.
public Microsoft.AnalysisServices.IncrementalProcessingNotification CopyTo (Microsoft.AnalysisServices.IncrementalProcessingNotification obj);
override this.CopyTo : Microsoft.AnalysisServices.IncrementalProcessingNotification -> Microsoft.AnalysisServices.IncrementalProcessingNotification
Public Function CopyTo (obj As IncrementalProcessingNotification) As IncrementalProcessingNotification
Parameters
The object you are copying to.
Returns
The object copied to.