SPGlobalAdmin.CreateAdminVirtualServer 方法

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

创建服务器场时,将创建管理 Web 应用程序。若要设置管理中心网站的服务器上,启用管理中心 Web 服务。( Windows SharePoint Services 2.0CreateAdminVirtualServer方法创建管理虚拟服务器上,并以保持向后兼容性。)

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

语法

声明
<ObsoleteAttribute("The Administration Web application is now created at the same time as the server farm.  To provision the central administration site on a server, enable the central administration web service instance.",  _
    False)> _
Public Function CreateAdminVirtualServer ( _
    bCreateNewAppPool As Boolean, _
    strAppPoolId As String, _
    bConfigurableAppPoolAccount As Boolean, _
    strAppPoolUserName As String, _
    strAppPoolPassword As String _
) As Uri
用法
Dim instance As SPGlobalAdmin
Dim bCreateNewAppPool As Boolean
Dim strAppPoolId As String
Dim bConfigurableAppPoolAccount As Boolean
Dim strAppPoolUserName As String
Dim strAppPoolPassword As String
Dim returnValue As Uri

returnValue = instance.CreateAdminVirtualServer(bCreateNewAppPool, _
    strAppPoolId, bConfigurableAppPoolAccount, _
    strAppPoolUserName, strAppPoolPassword)
[ObsoleteAttribute("The Administration Web application is now created at the same time as the server farm.  To provision the central administration site on a server, enable the central administration web service instance.", 
    false)]
public Uri CreateAdminVirtualServer(
    bool bCreateNewAppPool,
    string strAppPoolId,
    bool bConfigurableAppPoolAccount,
    string strAppPoolUserName,
    string strAppPoolPassword
)

参数

  • bCreateNewAppPool
    类型:System.Boolean

    Windows SharePoint Services 3.0使用信息的配置数据库中创建管理 Web 应用程序,并忽略此参数。在Windows SharePoint Services 2.0, true创建应用程序池。否则为false。

  • strAppPoolId
    类型:System.String

    Windows SharePoint Services 3.0使用信息的配置数据库中创建管理 Web 应用程序,并忽略此参数。在Windows SharePoint Services 2.0,指定应用程序池 ID 的字符串。

  • bConfigurableAppPoolAccount
    类型:System.Boolean

    Windows SharePoint Services 3.0使用信息的配置数据库中创建管理 Web 应用程序,并忽略此参数。在Windows SharePoint Services 2.0, true指定应用程序池帐户进行配置。否则为false。

  • strAppPoolUserName
    类型:System.String

    Windows SharePoint Services 3.0使用信息的配置数据库中创建管理 Web 应用程序,并忽略此参数。在Windows SharePoint Services 2.0,指定的应用程序池的管理员帐户的用户名的字符串。只有当bConfigurableAppPoolAccount参数包含true,则需要此参数。

  • strAppPoolPassword
    类型:System.String

    Windows SharePoint Services 3.0使用信息的配置数据库中创建管理 Web 应用程序,并忽略此参数。在Windows SharePoint Services 2.0,一个字符串,指定的应用程序池的管理员帐户的密码。只有当bConfigurableAppPoolAccount参数包含true,则需要此参数。

返回值

类型:System.Uri
一个代表新的管理虚拟服务器的绝对 URI。

另请参阅

引用

SPGlobalAdmin 类

SPGlobalAdmin 成员

Microsoft.SharePoint.Administration 命名空间