DictionaryCollectionBase<T, U>.Clone 메서드

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

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

구문

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

returnValue = instance.Clone()
public IMutableMetadataCollection<T> Clone()
public:
virtual IMutableMetadataCollection<T>^ Clone() sealed
abstract Clone : unit -> IMutableMetadataCollection<'T> 
override Clone : unit -> IMutableMetadataCollection<'T> 
public final function Clone() : IMutableMetadataCollection<T>

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<T>
The cloned IMutableMetadataCollection<T> object.

구현

IMutableMetadataCollection<T>.Clone()

참고 항목

참조

DictionaryCollectionBase<T, U> 클래스

Clone 오버로드

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