Clone Método
Creates an IMutableMetadataCollection<(Of <(<'T>)>)> instance that is a copy of this object, except for the elements.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Function Clone As IMutableMetadataCollection(Of T)
'Uso
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>
Valor devuelto
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.