次の方法で共有


TableNotification.CopyTo メソッド

TableNotification オブジェクトを指定したオブジェクトにコピーします。

名前空間:  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
コピーされた TableNotification オブジェクトです。

関連項目

参照

TableNotification クラス

Microsoft.AnalysisServices 名前空間