Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.54 KB

File metadata and controls

52 lines (41 loc) · 1.54 KB
title DatabaseLogonAccount 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
api_name
DatabaseLogonAccount
api_location
reportingservices.mof
topic_type
apiref
helpviewer_keywords
DatabaseLogonAccount property
ms.assetid 55f2863f-1ac1-4519-b512-e7f11c0ea5ea
author maggiesMSFT
ms.author maggies
manager kfile

DatabaseLogonAccount Property (WMI MSReportServer_ConfigurationSetting)

Specifies the logon 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 logon account name.

Example Code

MSReportServer_ConfigurationSetting Class

Remarks

Valid values for this property will 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]

See Also

MSReportServer_ConfigurationSetting Members