Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Copies the ProactiveCachingObjectNotificationBinding object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Function CopyTo ( _
obj As ProactiveCachingObjectNotificationBinding _
) As ProactiveCachingObjectNotificationBinding
'Usage
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
Parameter
- obj
Typ: Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
The object copied to.
Rückgabewert
Typ: Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
The ProactiveCachingObjectNotificationBinding object.