| title | SetDatabaseLogonTimeout Method (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 |
|
|
| api_location |
|
|
| topic_type |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | b8773596-5b98-4355-a4ab-4412e1317c67 | |
| author | maggiesMSFT | |
| ms.author | maggies | |
| manager | kfile |
Specifies the default timeout value for report server database connections.
Public Sub SetDatabaseLogonTimeout(LogonTimeout as Int32, _
ByRef HRESULT as Int32) public void SetDatabaseLogonTimeout(Int32 LogonTimeout,
out Int32 HRESULT); LogonTimeout
The default time-out value, in seconds, for report server database connections.
HRESULT
[out] Value indicating whether the call succeeded or failed.
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.
Namespace: [!INCLUDEssRSWMInmspcA]