PartitionScheme.ResetNextUsed 方法

Resets the NEXT USED status of the partition scheme that has been marked as NEXT USED.

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

语法

声明
Public Sub ResetNextUsed
用法
Dim instance As PartitionScheme

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

注释

If no partition scheme has been marked as NEXT USED, no action will be taken. This method can only be used on an existing partition scheme.

示例

使用文件组和文件存储数据

请参阅

参考

PartitionScheme 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

CREATE PARTITION SCHEME (Transact-SQL)