This topic has not yet been rated - Rate this topic

SmoCollectionBase.Refresh Method (Boolean)

Refreshes the referenced collection with the option to refresh child objects of the referenced collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Refresh(
	bool refreshChildObjects
)

Parameters

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.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.