共用方式為


SPGlobalAdmin.IIS6EnableSTS method

NOTE: This API is now obsolete.

在Windows SharePoint Services 2.0, IIS6EnableSTS 方法指定是否要啟用SharePoint Foundation網際網路資訊服務 (IIS) 版本 6 中,在與維護的回溯相容性。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<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
    Type: System.Boolean

    若要啟用 ; 在 IIS 中的 Windows SharePoint Services true否則,請false.

請參閱

參照

SPGlobalAdmin class

SPGlobalAdmin members

Microsoft.SharePoint.Administration namespace