Collection<T>.Merge 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
Merge(IMetadataCollection<T>[]) | |
Merge(IMetadataCollection<T>, IMetadataCollection<T>) | |
Merge(Boolean, IMetadataCollection<T>[]) | |
Merge(Boolean, IMetadataCollection<T>, IMetadataCollection<T>) |
Merge(IMetadataCollection<T>[])
public static Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> Merge (params Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T>[] collections);
static member Merge : Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>[] -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Shared Function Merge (ParamArray collections As IMetadataCollection(Of T)()) As IMetadataCollection(Of T)
Parameters
- collections
- IMetadataCollection<T>[]
Returns
Applies to
Merge(IMetadataCollection<T>, IMetadataCollection<T>)
public static Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> Merge (Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> collection1, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> collection2);
static member Merge : Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> * Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Shared Function Merge (collection1 As IMetadataCollection(Of T), collection2 As IMetadataCollection(Of T)) As IMetadataCollection(Of T)
Parameters
- collection1
- IMetadataCollection<T>
- collection2
- IMetadataCollection<T>
Returns
Applies to
Merge(Boolean, IMetadataCollection<T>[])
public static Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> Merge (bool allowDuplicates, params Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T>[] collections);
static member Merge : bool * Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>[] -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Shared Function Merge (allowDuplicates As Boolean, ParamArray collections As IMetadataCollection(Of T)()) As IMetadataCollection(Of T)
Parameters
- allowDuplicates
- Boolean
- collections
- IMetadataCollection<T>[]
Returns
Applies to
Merge(Boolean, IMetadataCollection<T>, IMetadataCollection<T>)
public static Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> Merge (bool allowDuplicates, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> collection1, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> collection2);
static member Merge : bool * Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> * Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Shared Function Merge (allowDuplicates As Boolean, collection1 As IMetadataCollection(Of T), collection2 As IMetadataCollection(Of T)) As IMetadataCollection(Of T)
Parameters
- allowDuplicates
- Boolean
- collection1
- IMetadataCollection<T>
- collection2
- IMetadataCollection<T>