IMutableMetadataCollection<T>.Clone Method
Creates an IMutableMetadataCollection<T> instance that is a copy of this object, except for the elements.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Function Clone As IMutableMetadataCollection(Of T)
'Usage
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>
Return Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<T>
An IMutableMetadataCollection<T> instance that is a copy of this object, except for the elements.