Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Copies the content of the object to another object (the destination).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As ProactiveCaching _
) As ProactiveCaching
'Usage
Dim instance As ProactiveCaching
Dim obj As ProactiveCaching
Dim returnValue As ProactiveCaching
returnValue = instance.CopyTo(obj)
public ProactiveCaching CopyTo(
ProactiveCaching obj
)
public:
ProactiveCaching^ CopyTo(
ProactiveCaching^ obj
)
member CopyTo :
obj:ProactiveCaching -> ProactiveCaching
public function CopyTo(
obj : ProactiveCaching
) : ProactiveCaching
Parameters
- obj
Type: Microsoft.AnalysisServices.ProactiveCaching
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.ProactiveCaching
The destination object.