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
- obj
Tipo: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject that specifies the object to add to the collection.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.