Método SmoCollectionBase.ImplAddExisting

Adds an existing object to the collection.

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

Sintaxe

'Declaração
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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Usando coleções

Consulte também

Referência

SmoCollectionBase Classe

Namespace Microsoft.SqlServer.Management.Smo