SPWebApplication.Unprovision method (Boolean)
解除佈建的 Web 應用程式,並選擇性地將應用程式移除所有本機網際網路資訊服務 (IIS) 網站。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Unprovision ( _
deleteWebSites As Boolean _
)
'用途
Dim instance As SPWebApplication
Dim deleteWebSites As Boolean
instance.Unprovision(deleteWebSites)
public void Unprovision(
bool deleteWebSites
)
參數
deleteWebSites
Type: System.BooleanWeb 應用程式移除所有的本機 Iis 網站 ; true否則,請false。