Metodo Clone
Creates an IMutableMetadataCollection<(Of <(<'T>)>)> instance that is a copy of this object, except for the elements.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Function Clone As IMutableMetadataCollection(Of T)
'Utilizzo
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>
Valore restituito
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'T> ) > ) >
An IMutableMetadataCollection<(Of <(<'T>)>)> instance that is a copy of this object, except for the elements.