QueryNotification.CopyTo Method
Copies a QueryNotification object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As QueryNotification _
) As QueryNotification
'Usage
Dim instance As QueryNotification
Dim obj As QueryNotification
Dim returnValue As QueryNotification
returnValue = instance.CopyTo(obj)
public QueryNotification CopyTo(
QueryNotification obj
)
public:
QueryNotification^ CopyTo(
QueryNotification^ obj
)
member CopyTo :
obj:QueryNotification -> QueryNotification
public function CopyTo(
obj : QueryNotification
) : QueryNotification
Parameters
- obj
Type: Microsoft.AnalysisServices.QueryNotification
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.QueryNotification
The QueryNotification object copied to.