ServicedComponent.DisposeObject(ServicedComponent) 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
完成对象并移除关联的 COM+ 引用。
public:
 static void DisposeObject(System::EnterpriseServices::ServicedComponent ^ sc);
	public static void DisposeObject (System.EnterpriseServices.ServicedComponent sc);
	static member DisposeObject : System.EnterpriseServices.ServicedComponent -> unit
	Public Shared Sub DisposeObject (sc As ServicedComponent)
	参数
要释放的对象。
注解
最好使用 Dispose 设计模式而不是 DisposeObject。