Share via


TableNotification.CopyTo Method

Copies a TableNotification object to the specified object.

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

Syntax

'Declaration
Public Function CopyTo ( _
    obj As TableNotification _
) As TableNotification
'Usage
Dim instance As TableNotification 
Dim obj As TableNotification 
Dim returnValue As TableNotification 

returnValue = instance.CopyTo(obj)
public TableNotification CopyTo(
    TableNotification obj
)
public:
TableNotification^ CopyTo(
    TableNotification^ obj
)
member CopyTo : 
        obj:TableNotification -> TableNotification
public function CopyTo(
    obj : TableNotification
) : TableNotification

Parameters

Return Value

Type: Microsoft.AnalysisServices.TableNotification
The TableNotification object copied to.

See Also

Reference

TableNotification Class

Microsoft.AnalysisServices Namespace