Partager via


Méthode TableNotification.CopyTo

Copies a TableNotification object to the specified object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function CopyTo ( _
    obj As TableNotification _
) As TableNotification
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

TableNotification Classe

Espace de noms Microsoft.AnalysisServices