共用方式為


SPMetabaseManager class

NOTE: This API is now obsolete.

已過時。請改用ServerManager類別。提供管理網際網路資訊服務 (IIS) metabase 的方法。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPMetabaseManager

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

Syntax

'宣告
<ObsoleteAttribute("Obsoleted by the Microsoft.Web.Administration.ServerManager class.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPMetabaseManager
'用途
You do not need to declare an instance of a static class in order to access its members.
[ObsoleteAttribute("Obsoleted by the Microsoft.Web.Administration.ServerManager class.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public static class SPMetabaseManager

備註

在已目前之前此類別變成過時的 IIS 的版本、 IIS 設定存放區稱為 'metabase'。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPMetabaseManager members

Microsoft.SharePoint.Administration namespace