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.