PartitionFunction.Refresh Method

Refreshes the state information for the PartitionFunction object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Overrides Sub Refresh
'Usage
Dim instance As PartitionFunction

instance.Refresh()
public override void Refresh()
public:
virtual void Refresh() override
abstract Refresh : unit -> unit  
override Refresh : unit -> unit
public override function Refresh()

Implements

IRefreshable.Refresh()

Remarks

Refreshed properties will be retrieved the next time the PartitionFunction object is accessed.

Examples

Using Filegroups and Files to Store Data

See Also

Reference

PartitionFunction Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

CREATE PARTITION FUNCTION (Transact-SQL)