IMutableMetadataCollection<T>.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Clone() | |
Clone(Boolean) |
Clone()
public Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<T> Clone ();
abstract member Clone : unit -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<'T (requires 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Function Clone () As IMutableMetadataCollection(Of T)
Returns
Applies to
Clone(Boolean)
public Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<T> Clone (bool copyData);
abstract member Clone : bool -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<'T (requires 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Function Clone (copyData As Boolean) As IMutableMetadataCollection(Of T)
Parameters
- copyData
- Boolean