Compartir a través de


SmoCollectionBase.Refresh Método (Boolean)

Refreshes the referenced collection with the option to refresh child objects of the referenced collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Refresh ( _
    refreshChildObjects As Boolean _
)
'Uso
Dim instance As SmoCollectionBase 
Dim refreshChildObjects As Boolean

instance.Refresh(refreshChildObjects)
public void Refresh(
    bool refreshChildObjects
)
public:
void Refresh(
    bool refreshChildObjects
)
member Refresh : 
        refreshChildObjects:bool -> unit
public function Refresh(
    refreshChildObjects : boolean
)

Parámetros

  • refreshChildObjects
    Tipo: System.Boolean
    A Boolean value that specifies whether to refresh the child objects.If True, child objects are refreshed.If False, child objects are not refreshed.

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Usar colecciones

Vea también

Referencia

SmoCollectionBase Clase

Sobrecarga de Refresh

Espacio de nombres Microsoft.SqlServer.Management.Smo