Refresh Método (Boolean)
Refreshes the collection by creating new and merging existing objects and properties in the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.