Méthode SfcCollection<T, K, ParentT>.Refresh (Boolean)
Refreshes the collection by creating new and merging existing objects and properties in the collection. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub Refresh ( _
refreshChildObjects As Boolean _
)
'Utilisation
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
)
Paramètres
- refreshChildObjects
Type : System.Boolean
true to refresh child objects; otherwise, false.