JET_COLUMNDEF。DeepClone 方法
返回对象的深层副本。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Function DeepClone As JET_COLUMNDEF
'Usage
Dim instance As JET_COLUMNDEF
Dim returnValue As JET_COLUMNDEF
returnValue = instance.DeepClone()
public JET_COLUMNDEF DeepClone()
返回值
类型: Microsoft.Isam.Esent.Interop.JET_COLUMNDEF
对象的深层副本。
实现
IDeepCloneableT<>。DeepClone ()