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
- obj
Type : Microsoft.AnalysisServices.TableNotification
The object you are copying to.
Valeur de retour
Type : Microsoft.AnalysisServices.TableNotification
The TableNotification object copied to.