Refresh-Methode (Boolean)
Refreshes the collection by creating new and merging existing objects and properties in the collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub Refresh ( _
refreshChildObjects As Boolean _
)
'Usage
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
)
Parameter
- refreshChildObjects
Typ: System. . :: . .Boolean
true to refresh child objects; otherwise, false.