Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Copies the ProactiveCachingObjectNotificationBinding object to the specified object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Protected Function CopyTo ( _
obj As ProactiveCachingObjectNotificationBinding _
) As ProactiveCachingObjectNotificationBinding
'Uso
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
Parámetros
- obj
Tipo: Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
The object copied to.
Valor devuelto
Tipo: Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding
The ProactiveCachingObjectNotificationBinding object.