Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.63 KB

File metadata and controls

52 lines (40 loc) · 1.63 KB
title SetDatabaseLogonTimeout Method (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs
ms.date 03/01/2017
ms.prod reporting-services
ms.prod_service reporting-services-native
ms.technology wmi-provider-library-reference
ms.topic conceptual
apiname
SetDatabaseLogonTimeout (WMI MSReportServer_ConfigurationSetting Class)
apilocation
reportingservices.mof
apitype MOFDef
helpviewer_keywords
SetDatabaseLogonTimeout method
ms.assetid b8773596-5b98-4355-a4ab-4412e1317c67
author maggiesMSFT
ms.author maggies

ConfigurationSetting Method - SetDatabaseLogonTimeout

Specifies the default timeout value for report server database connections.

Syntax

Public Sub SetDatabaseLogonTimeout(LogonTimeout as Int32, _  
    ByRef HRESULT as Int32)  
public void SetDatabaseLogonTimeout(Int32 LogonTimeout,   
    out Int32 HRESULT);  

Parameters

LogonTimeout
The default time-out value, in seconds, for report server database connections.

HRESULT
[out] Value indicating whether the call succeeded or failed.

Return Value

Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. A non-zero value indicates that an error has occurred.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

See Also

MSReportServer_ConfigurationSetting Members