Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.02 KB

File metadata and controls

41 lines (32 loc) · 1.02 KB
title Version Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology reporting-services-native
ms.topic conceptual
helpviewer_keywords
Version property
ms.assetid 10266c94-d4da-4f4a-8cdd-5a64f57ada5e
author maggiesMSFT
ms.author maggies
manager kfile

Version Property (WMI MSReportServer_ConfigurationSetting)

Returns the version of the report server in the format Major.Minor.Build.Revision. Read-only.

Syntax

Public Dim Version As String  
public string Version;  

Property Value

A string that contains the version of the report server.

Example Code

MSReportServer_ConfigurationSetting Class

Requirements

Namespace: [!INCLUDEssRSWMInmspc]

See Also

MSReportServer_Instance Members