次の方法で共有


QueryNotification.CopyTo メソッド

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

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function CopyTo ( _
    obj As QueryNotification _
) As QueryNotification
'使用
Dim instance As QueryNotification 
Dim obj As QueryNotification 
Dim returnValue As QueryNotification 

returnValue = instance.CopyTo(obj)
public QueryNotification CopyTo(
    QueryNotification obj
)
public:
QueryNotification^ CopyTo(
    QueryNotification^ obj
)
member CopyTo : 
        obj:QueryNotification -> QueryNotification
public function CopyTo(
    obj : QueryNotification
) : QueryNotification

パラメーター

戻り値

型: Microsoft.AnalysisServices.QueryNotification
コピーされた QueryNotification オブジェクトです。

関連項目

参照

QueryNotification クラス

Microsoft.AnalysisServices 名前空間