Condividi tramite


Metodo TableNotification.CopyTo

Copies a TableNotification object to the specified object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function CopyTo ( _
    obj As TableNotification _
) As TableNotification
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

TableNotification Classe

Spazio dei nomi Microsoft.AnalysisServices