Freigeben über


SetReportManagerIdentity Method (WMI MSReportManager_ConfigurationSetting Class)

Sets the identity of ASP.NET for the Report Manager virtual directory in IIS.

Syntax

Public Sub SetReportManagerIdentity(ApplicationPool as String,_
    ByRef HRESULT as Int32)
public void SetReportManagerIdentity (string ApplicationPool, 
    out sint32 HRESULT);

Parameters

  • ApplicationPool
    The name of the application pool to use for Report Manager.

    This parameter is required when the report server virtual directory is hosted on Microsoft Internet Information Services (IIS) version 6.0.

  • HRESULT
    [out] Value indicating whether the call succeeded or failed.

Return Value

Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. A non-zero value indicates that an error has occurred.

Hinweise

When called, this method performs the following actions:

  • If IIS 6.0 hosts the report server virtual directories, the method sets the application pool for the Report Manager virtual directory.
  • Sets file permissions on files and folders in the Report Manager installation directory.
  • Sets permissions the ASP.NET temporary directory.
ms155043.note(de-de,SQL.90).gifHinweis:
If the report server is installed on either Microsoft Windows 2000 or Windows XP, you must use the ASP.NET machine account for the Web service identity.

Requirements

Namespace:root\Microsoft\SqlServer\ReportServer\v9

Platform: Windows Server 2003 Datacenter Edition, Windows Server 2003 Enterprise Edition, Windows Server 2003 Standard Edition, Windows Vista, Windows XP Professional mit Service Pack 2 (SP2) bzw. Service Pack 1 (SP1) oder Windows 2000 (alle Versionen)

Siehe auch

Verweis

MSReportManager_ConfigurationSetting Members

Hilfe und Informationen

Informationsquellen für SQL Server 2005