CopyTo 方法 (Account)
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
參數
- obj
型別:Microsoft.AnalysisServices. . :: . .Account
The object you are copying to.
傳回值
型別:Microsoft.AnalysisServices. . :: . .Account
The Server object copied to.