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
'Bildirim
Public Overrides Sub Refresh
'Kullanım
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
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
Microsoft.SqlServer.Management.Smo Namespace