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
参数
- obj
类型:Microsoft.AnalysisServices.Account
The object you are copying to.
返回值
类型:Microsoft.AnalysisServices.Account
The Server object copied to.