DictionaryCollectionBase<T,U>.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 : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
override this.Clone : unit -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Function Clone () As IMutableMetadataCollection(Of T)
Returns
Implements
Applies to
Clone(Boolean)
public abstract Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<T> Clone (bool copyData);
abstract member Clone : bool -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public MustOverride Function Clone (copyData As Boolean) As IMutableMetadataCollection(Of T)
Parameters
- copyData
- Boolean