SPSolution.Retract method (DateTime)
會建立計時器工作,以在特定時間要撤銷指定的解決方案。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Retract ( _
dt As DateTime _
)
'用途
Dim instance As SPSolution
Dim dt As DateTime
instance.Retract(dt)
public void Retract(
DateTime dt
)
參數
dt
Type: System.DateTimeDateTime物件,指出執行計時器工作的時間。
備註
當已撤銷件解決方案時,該解決方案的所有檔案會撤銷都件,即使其他解決方案指向相同的檔案。這可以避免使用,來確保每個解決方案指向一組獨特的檔案。
如果您執行多個工作及所執行的順序很重要,請確定指定時間是否已足以完成之前送出下一個工作每個工作。集區中多個工作時,所執行的順序是不可預期。
若要撤銷的語言套件,請參閱 < SPSolutionLanguagePack。