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
パラメーター
- obj
型: Microsoft.AnalysisServices.QueryNotification
コピー先のオブジェクトです。
戻り値
型: Microsoft.AnalysisServices.QueryNotification
コピーされた QueryNotification オブジェクトです。