Метод CopyTo
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function CopyTo ( _
obj As TableNotification _
) As TableNotification
'Применение
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