RefreshChildren Method
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The RefreshChildren method forces an update of dependent collection membership for a SQL-DMO object.
Sintaxe
object.RefreshChildren()
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT RefreshChildren();
Comentários
The RefreshChildren method encapsulates multiple calls to the Refresh method for collections of the SQL Distributed Management Objects (SQL-DMO) object. The method uses the default (FALSE) setting for the Release argument of the Refresh method. For more information, see Refresh Method.