ParameterCollectionBase.ImplAddExisting(SqlSmoObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the object into the collection. Because the key is the name, we need to insert in the order of ID
protected override void ImplAddExisting (Microsoft.SqlServer.Management.Smo.SqlSmoObject obj);
override this.ImplAddExisting : Microsoft.SqlServer.Management.Smo.SqlSmoObject -> unit
Protected Overrides Sub ImplAddExisting (obj As SqlSmoObject)
Parameters
- obj
- SqlSmoObject