共用方式為


Account.CopyTo 方法

Copies an Account object to the specified object.

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

語法

'宣告
Public Function CopyTo ( _
    obj As Account _
) As Account
'用途
Dim instance As Account 
Dim obj As Account 
Dim returnValue As Account 

returnValue = instance.CopyTo(obj)
public Account CopyTo(
    Account obj
)
public:
Account^ CopyTo(
    Account^ obj
)
member CopyTo : 
        obj:Account -> Account
public function CopyTo(
    obj : Account
) : Account

參數

傳回值

型別:Microsoft.AnalysisServices.Account
The Server object copied to.

請參閱

參考

Account 類別

Microsoft.AnalysisServices 命名空間