SmoCollectionBase.ImplAddExisting Method
This member overrides AbstractCollectionBase.ImplAddExisting(SqlSmoObject).
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Overrides Sub ImplAddExisting ( _
obj As SqlSmoObject _
)
'Usage
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
)
Parameters
- obj
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
An Int32 value that specifies the index position of the object in the collection.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.