Método ImplAddExisting
Adds the specified object to the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Overrides Sub ImplAddExisting ( _
obj As T _
)
'Uso
Dim obj As T
Me.ImplAddExisting(obj)
protected override void ImplAddExisting(
T obj
)
protected:
virtual void ImplAddExisting(
T obj
) override
abstract ImplAddExisting :
obj:'T -> unit
override ImplAddExisting :
obj:'T -> unit
protected override function ImplAddExisting(
obj : T
)
Parâmetros
- obj
Tipo: T
The object to add.
Consulte também