Método SfcCollection<T, K, ParentT>.Refresh (Boolean)
Refreshes the collection by creating new and merging existing objects and properties in the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub Refresh ( _
refreshChildObjects As Boolean _
)
'Uso
Dim instance As SfcCollection
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
true to refresh child objects; otherwise, false.