Index.DropAndMove 方法

定義

多載

名稱 Description
DropAndMove(String)

丟棄一個叢集索引,並將底層資料移至指定的檔案群組。

DropAndMove(String, StringCollection)

丟棄一個叢集索引,並將底層資料移至帶有 partitionSchemeParameters 參數的分割方案。

DropAndMove(String)

丟棄一個叢集索引,並將底層資料移至指定的檔案群組。

public void DropAndMove(string fileGroup);
member this.DropAndMove : string -> unit
Public Sub DropAndMove (fileGroup As String)

參數

fileGroup
String

適用於

DropAndMove(String, StringCollection)

丟棄一個叢集索引,並將底層資料移至帶有 partitionSchemeParameters 參數的分割方案。

public void DropAndMove(string partitionScheme, System.Collections.Specialized.StringCollection partitionSchemeParameters);
member this.DropAndMove : string * System.Collections.Specialized.StringCollection -> unit
Public Sub DropAndMove (partitionScheme As String, partitionSchemeParameters As StringCollection)

參數

partitionScheme
String
partitionSchemeParameters
StringCollection

適用於