共用方式為


CopyTo 方法 (Action)

Copies an Action object to the specified object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Protected Function CopyTo ( _
    obj As Action _
) As Action
'用途
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

參數

傳回值

型別:Microsoft.AnalysisServices. . :: . .Action
The Action object copied to.