IMutableMetadataCollection<T>.Clone 메서드

Creates an IMutableMetadataCollection<T> instance that is a copy of this object, except for the elements.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Function Clone As IMutableMetadataCollection(Of T)
‘사용 방법
Dim instance As IMutableMetadataCollection 
Dim returnValue As IMutableMetadataCollection(Of T)

returnValue = instance.Clone()
IMutableMetadataCollection<T> Clone()
IMutableMetadataCollection<T>^ Clone()
abstract Clone : unit -> IMutableMetadataCollection<'T> 
function Clone() : IMutableMetadataCollection<T>

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<T>
An IMutableMetadataCollection<T> instance that is a copy of this object, except for the elements.

참고 항목

참조

IMutableMetadataCollection<T> 인터페이스

Clone 오버로드

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스