Compartilhar via


Método SmoCollectionBase.Refresh (Boolean)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Usando coleções

Consulte também

Referência

SmoCollectionBase Classe

Sobrecarregado Refresh

Namespace Microsoft.SqlServer.Management.Smo