SPWebServerCollection.Delete 方法
从集合中删除具有指定名称的 Web 服务器对象。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Delete ( _
strName As String _
)
用法
Dim instance As SPWebServerCollection
Dim strName As String
instance.Delete(strName)
public void Delete(
string strName
)
参数
strName
类型:System.String一个字符串,其中包含 Web 服务器的名称。