Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.34 KB

File metadata and controls

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

ConfigurationSetting property - ConnectionPoolSize

The connection pool size used by the report server to communicate with the [!INCLUDEssNoVersion] instance that hosts the report server database. Read-only.

Syntax

Public Dim ConnectionPoolSize As UInt32  
public UInt32 ConnectionPoolSize;  

Property values

A read-only integer object that returns a value of 768.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content