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 服务器的名称。

另请参阅

引用

SPWebServerCollection 类

SPWebServerCollection 成员

Microsoft.SharePoint.Administration 命名空间