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 TraceEvent _
) As TraceEvent
'Usage
Dim instance As TraceEvent
Dim obj As TraceEvent
Dim returnValue As TraceEvent
returnValue = instance.CopyTo(obj)
public TraceEvent CopyTo(
TraceEvent obj
)
public:
TraceEvent^ CopyTo(
TraceEvent^ obj
)
member CopyTo :
obj:TraceEvent -> TraceEvent
public function CopyTo(
obj : TraceEvent
) : TraceEvent
Parameters
- obj
Type: Microsoft.AnalysisServices.TraceEvent
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.TraceEvent
The destination object.