SortedListCollectionBase.ImplAddExisting Method (SqlSmoObject)

 

Applies To: SQL Server 2016 Preview

Adds an existing specified object to this collection

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

protected override void ImplAddExisting(
    SqlSmoObject obj
)
protected:
virtual void ImplAddExisting(
    SqlSmoObject^ obj
) override
override ImplAddExisting : 
        obj:SqlSmoObject -> unit
Protected Overrides Sub ImplAddExisting (
    obj As SqlSmoObject
)

Parameters

Examples

Legacy Code Example

Using Collections

See Also

SortedListCollectionBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top