QueryNotification.CopyTo(QueryNotification) Method

Definition

Copies a QueryNotification object to the specified object.

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

Parameters

obj
QueryNotification

The object you are copying to.

Returns

The QueryNotification object copied to.

Applies to