Метод TableNotification.CopyTo
Copies a TableNotification object to the specified object.
Пространство имен: 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
Параметры
- obj
Тип: Microsoft.AnalysisServices.TableNotification
The object you are copying to.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.TableNotification
The TableNotification object copied to.