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 an Action object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Function CopyTo ( _
obj As Action _
) As Action
'Usage
Dim obj As Action
Dim returnValue As Action
returnValue = Me.CopyTo(obj)
protected Action CopyTo(
Action obj
)
protected:
Action^ CopyTo(
Action^ obj
)
member CopyTo :
obj:Action -> Action
protected function CopyTo(
obj : Action
) : Action
Parameters
- obj
Type: Microsoft.AnalysisServices.Action
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.Action
The Action object copied to.