PersonalizationAdministration.ResetSharedState 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對指定的路徑重設基礎資料存放區中的共用狀態。
多載
ResetSharedState(String) |
針對指定的路徑重設基礎資料存放區中的共用狀態。 |
ResetSharedState(String[]) |
針對指定的路徑重設基礎資料存放區中的共用狀態。 |
ResetSharedState(String)
針對指定的路徑重設基礎資料存放區中的共用狀態。
public:
static bool ResetSharedState(System::String ^ path);
public static bool ResetSharedState (string path);
static member ResetSharedState : string -> bool
Public Shared Function ResetSharedState (path As String) As Boolean
參數
- path
- String
與要重設之個人化狀態資訊相關聯的網頁路徑。
傳回
如果已重設個人化共用狀態,則為 true
,否則為 false
。
例外狀況
path
為 null
。
預設的提供者指示,所刪除的資料列數目為負數或大於 1。
備註
嘗試重設不存在的共享狀態不是錯誤。
另請參閱
適用於
ResetSharedState(String[])
針對指定的路徑重設基礎資料存放區中的共用狀態。
public:
static int ResetSharedState(cli::array <System::String ^> ^ paths);
public static int ResetSharedState (string[] paths);
static member ResetSharedState : string[] -> int
Public Shared Function ResetSharedState (paths As String()) As Integer
參數
- paths
- String[]
與要重設之個人化狀態資訊相關聯的網頁路徑。
傳回
已重設的資料列之數目。
例外狀況
paths
為 null
。
paths
是長度為零的陣列。
-或-
paths
的成員為 null
或於修剪後為空字串 ("")。
-或-
組態中定義的個人化提供者之提供者不是正確的型別。
-或-
任一參數的字串長度大於 256 個字元。
預設的提供者指出已刪除的資料行數目為負數。
備註
這個方法會傳回已重設的數據列數目計數。 嘗試重設不存在的共享狀態不是錯誤。