Compartir a través de


ServerInfoHeader.ReportServerEdition Property

Gets the edition of the report server*.* The different editions of Reporting Services include Developer, Evaluation, Enterprise, and Standard editions.

Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Ensamblado: ReportExecution2005 (in reportexecutionservice.dll)

Sintaxis

'Declaración
Public Property ReportServerEdition As String
public string ReportServerEdition { get; set; }
public:
property String^ ReportServerEdition {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ReportServerEdition ()

/** @property */
public void set_ReportServerEdition (String value)
public function get ReportServerEdition () : String

public function set ReportServerEdition (value : String)

Valor de propiedad

A String value that represents the product edition of the report server.

Notas

Values are represented as Developer, Enterprise, Evaluation, and Standard.

Seguridad para subprocesos

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ServerInfoHeader Class
ServerInfoHeader Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace