AbstractCollectionBase.ImplAddExisting Method
Adds an object to the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected MustOverride Sub ImplAddExisting ( _
smoObj As SqlSmoObject _
)
'Usage
Dim smoObj As SqlSmoObject
Me.ImplAddExisting(smoObj)
protected abstract void ImplAddExisting(
SqlSmoObject smoObj
)
protected:
virtual void ImplAddExisting(
SqlSmoObject^ smoObj
) abstract
abstract ImplAddExisting :
smoObj:SqlSmoObject -> unit
protected abstract function ImplAddExisting(
smoObj : SqlSmoObject
)
Parameters
- smoObj
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object that specifies the object to be added to the collection.