ParameterCollectionBase.ImplAddExisting(SqlSmoObject) 方法

定义

将对象插入集合中。 由于密钥是名称,因此我们需要按 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)

参数

适用于