Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.7 KB

File metadata and controls

45 lines (35 loc) · 1.7 KB
title DatabaseLogonAccount property (WMI MSReportServer_ConfigurationSetting)
description DatabaseLogonAccount property (WMI MSReportServer_ConfigurationSetting)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic ui-reference
ms.custom
updatefrequency5
helpviewer_keywords
DatabaseLogonAccount property
apilocation reportingservices.mof
apiname DatabaseLogonAccount
apitype MOFDef

ConfigurationSetting property - DatabaseLogonAccount

Specifies the sign in account that the report server uses when connecting to the report server database. Read only.

Syntax

Public Dim DatabaseLogonAccount As String  
public string DatabaseLogonAccount;  

Property values

A String object that represents the sign in account name.

Example code

MSReportServer_ConfigurationSetting class

Remarks

Valid values for this property vary depending on the value of the DatabaseLogonType property.

This property is ignored if the DatabaseLogonType property is set to 2 (Service).

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content