Account.ICloneable.Clone 方法

Creates a new instance that is a copy of the current object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Private Function Clone As Object Implements ICloneable.Clone
用法
Dim instance As Account 
Dim returnValue As Object 

returnValue = CType(instance, ICloneable).Clone()
Object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object  
private override Clone : unit -> Object
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

返回值

类型:System.Object
A new instance that is a copy of the current object.

实现

ICloneable.Clone()

请参阅

参考

Account 类

Microsoft.AnalysisServices 命名空间