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
- obj
Tipo: Microsoft.AnalysisServices.TableNotification
The object you are copying to.
Valore restituito
Tipo: Microsoft.AnalysisServices.TableNotification
The TableNotification object copied to.