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)