SortedListCollectionBase.AddImpl Method

Adds the specified object to this collection

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

Syntax

'Declaration
Protected Sub AddImpl ( _
    obj As SqlSmoObject _
)
'Usage
Dim obj As SqlSmoObject 

Me.AddImpl(obj)
protected void AddImpl(
    SqlSmoObject obj
)
protected:
void AddImpl(
    SqlSmoObject^ obj
)
member AddImpl : 
        obj:SqlSmoObject -> unit
protected function AddImpl(
    obj : SqlSmoObject
)

Parameters

Examples

Using Collections

See Also

Reference

SortedListCollectionBase Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Using Collections