Compartilhar via


Método TableNotification.CopyTo

Copies a TableNotification object to the specified object.

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

Sintaxe

'Declaração
Public Function CopyTo ( _
    obj As TableNotification _
) As TableNotification
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

TableNotification Classe

Namespace Microsoft.AnalysisServices