Refresh méthode (Boolean)
Refreshes the referenced collection with the option to refresh child objects of the referenced collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Refresh ( _
refreshChildObjects As Boolean _
)
'Utilisation
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
)
Paramètres
- refreshChildObjects
Type : 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.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.