Statistic.Update 方法

Updates the statistics for the referenced object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Update
用法
Dim instance As Statistic

instance.Update()
public void Update()
public:
void Update()
member Update : unit -> unit
public function Update()

示例

创建和更新统计信息

请参阅

参考

Statistic 类

Update 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

UPDATE STATISTICS (Transact-SQL)