AdomdConnection.ICloneable.Clone 方法
Creates and returns an instance of an AdomdConnection based on the current AdomdConnection. Session ID and state are not cloned.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Private Function Clone As Object Implements ICloneable.Clone
用法
Dim instance As AdomdConnection
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
An instance of an AdomdConnection based on the current AdomdConnection.