Index.DropAndMove 方法 (String)

Drops a clustered index and moves the underlying table data to the specified filegroup.

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

语法

声明
Public Sub DropAndMove ( _
    fileGroup As String _
)
用法
Dim instance As Index 
Dim fileGroup As String

instance.DropAndMove(fileGroup)
public void DropAndMove(
    string fileGroup
)
public:
void DropAndMove(
    String^ fileGroup
)
member DropAndMove : 
        fileGroup:string -> unit
public function DropAndMove(
    fileGroup : String
)

参数

注释

The OnlineIndexOperation and MaximumDegreeOfParallelism properties affect this method. The parent Table object needs to be refreshed by calling the Refresh method to reflect the latest state, because this will not be updated by this method automatically.

注意注意

Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception.

示例

创建、更改和删除索引

请参阅

参考

Index 类

DropAndMove 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

索引

DROP INDEX (Transact-SQL)