Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.2 KB

File metadata and controls

40 lines (32 loc) · 1.2 KB
title InstanceName property (WMI MSReportServer_Instance)
description InstanceName property (WMI MSReportServer_Instance)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic conceptual
ms.custom
updatefrequency5
helpviewer_keywords
InstanceName property
apilocation reportingservices.mof
apiname InstanceName Property (WMI MSReportServer_Instance)
apitype MOFDef

MSReportServer_Instance properties - InstanceName

Returns the name of a report server instance on a specific computer. Read-only.

Syntax

Public Dim InstanceName As String  
public string InstanceName;  

Property value

A String object that represents the name of the report server instance.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspc]

Related content