次の方法で共有


CopyTo メソッド (ProactiveCachingObjectNotificationBinding)

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

構文

'宣言
Protected Function CopyTo ( _
    obj As ProactiveCachingObjectNotificationBinding _
) As ProactiveCachingObjectNotificationBinding
'使用
Dim obj As ProactiveCachingObjectNotificationBinding
Dim returnValue As ProactiveCachingObjectNotificationBinding

returnValue = Me.CopyTo(obj)
protected ProactiveCachingObjectNotificationBinding CopyTo(
    ProactiveCachingObjectNotificationBinding obj
)
protected:
ProactiveCachingObjectNotificationBinding^ CopyTo(
    ProactiveCachingObjectNotificationBinding^ obj
)
member CopyTo : 
        obj:ProactiveCachingObjectNotificationBinding -> ProactiveCachingObjectNotificationBinding 
protected function CopyTo(
    obj : ProactiveCachingObjectNotificationBinding
) : ProactiveCachingObjectNotificationBinding