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