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

参数

返回值

类型:Microsoft.AnalysisServices.TableNotification
The TableNotification object copied to.

请参阅

参考

TableNotification 类

Microsoft.AnalysisServices 命名空间