Copies the ProactiveCachingObjectNotificationBinding object to the specified object.
命名空間: 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
參數
- obj
型別:Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
The object copied to.
傳回值
型別:Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
The ProactiveCachingObjectNotificationBinding object.