SPMetabaseManager class

NOTE: This API is now obsolete.

Obsolete. Use the ServerManager class instead. Provides methods for managing the Internet Information Services (IIS) metabase.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPMetabaseManager

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

Syntax

'Declaration
<ObsoleteAttribute("Obsoleted by the Microsoft.Web.Administration.ServerManager class.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPMetabaseManager
'Usage
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

Remarks

In versions of IIS that were current before this class became obsolete, the IIS configuration store was called the ‘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.

See also

Reference

SPMetabaseManager members

Microsoft.SharePoint.Administration namespace