Action.ICloneable.Clone 方法
Creates and returns a new object that is a copy of the current instance of the Action object.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Private Function Clone As Object Implements ICloneable.Clone
用法
Dim instance As Action
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
The new Action object.