SPGlobalAdmin.IIS6EnableSTS 方法

请注意:此 API 现在已过时。

在Windows SharePoint Services 2.0, IIS6EnableSTS 方法指定是否启用SharePoint Foundation在 Internet 信息服务 (IIS) 版本 6,并保持向后兼容性。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("This method is no longer necessary.", False)> _
Public Sub IIS6EnableSTS ( _
    bEnable As Boolean _
)
用法
Dim instance As SPGlobalAdmin
Dim bEnable As Boolean

instance.IIS6EnableSTS(bEnable)
[ObsoleteAttribute("This method is no longer necessary.", false)]
public void IIS6EnableSTS(
    bool bEnable
)

参数

  • bEnable
    类型:System.Boolean

    若要启用 Windows SharePoint Services 在 IIS 中 ; true否则为false.

另请参阅

引用

SPGlobalAdmin 类

SPGlobalAdmin 成员

Microsoft.SharePoint.Administration 命名空间