QueryNotification.CopyTo Method (QueryNotification)

 

Applies To: SQL Server 2016 Preview

Copies a QueryNotification object to the specified object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public QueryNotification CopyTo(
    QueryNotification obj
)
public:
QueryNotification^ CopyTo(
    QueryNotification^ obj
)
member CopyTo : 
        obj:QueryNotification -> QueryNotification
Public Function CopyTo (
    obj As QueryNotification
) As QueryNotification

Parameters

Return Value

Type: Microsoft.AnalysisServices.QueryNotification

The QueryNotification object copied to.

See Also

QueryNotification Class
Microsoft.AnalysisServices Namespace

Return to top