Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.