ParameterCollectionBase.ImplAddExisting(SqlSmoObject) Method

Definition

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

Applies to