共用方式為


PartitionFunction.Refresh 方法

Refreshes the state information for the PartitionFunction object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Overrides Sub Refresh
'用途
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()

實作

IRefreshable.Refresh()

備註

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

範例

使用檔案群組和檔案來儲存資料

請參閱

參考

PartitionFunction 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE PARTITION FUNCTION (Transact-SQL)