Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Refreshes the collection by creating new and merging existing objects and properties in the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
)
Parameters
- refreshChildObjects
Type: System.Boolean
true to refresh child objects; otherwise, false.