Compartir a través de


SortedListCollectionBase.ImplAddExisting Método

Adds an existing specified object to this collection

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Overrides Sub ImplAddExisting ( _
    obj As SqlSmoObject _
)
'Uso
Dim obj As SqlSmoObject 

Me.ImplAddExisting(obj)
protected override void ImplAddExisting(
    SqlSmoObject obj
)
protected:
virtual void ImplAddExisting(
    SqlSmoObject^ obj
) override
abstract ImplAddExisting : 
        obj:SqlSmoObject -> unit  
override ImplAddExisting : 
        obj:SqlSmoObject -> unit
protected override function ImplAddExisting(
    obj : SqlSmoObject
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

SortedListCollectionBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo