ServerInfoHeader.ReportServerEdition Property
Gets the edition of the report server*.* The different editions of Reporting Services include Developer, Evaluation, Enterprise, and Standard editions.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Сборка: ReportExecution2005 (in reportexecutionservice.dll)
Синтаксис
'Декларация
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)
Значение свойства
A String value that represents the product edition of the report server.
Замечания
Values are represented as Developer, Enterprise, Evaluation, and Standard.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ServerInfoHeader Class
ServerInfoHeader Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace