Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1022 Bytes

File metadata and controls

41 lines (32 loc) · 1022 Bytes
title Version Property (WMI MSReportServer_Instance) | 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 eea6bfe9-3130-4272-b3c2-c334349a7afd
author maggiesMSFT
ms.author maggies
manager kfile

Version Property (WMI MSReportServer_Instance)

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