ConfigurationSetting 方法 - SetDatabaseLogonTimeout
指定報表伺服器資料庫連接的預設逾時值。
語法
Public Sub SetDatabaseLogonTimeout(LogonTimeout as Int32, _
ByRef HRESULT as Int32)
public void SetDatabaseLogonTimeout(Int32 LogonTimeout,
out Int32 HRESULT);
參數
LogonTimeout
報表伺服器資料庫連接的預設逾時值 (以秒為單位)。
HRESULT
[out] 指出呼叫成功或失敗的值。
傳回值
傳回 HRESULT ,指出方法呼叫成功或失敗。 值為 0 表示方法呼叫成功。 非零值表示發生錯誤。
需求
Namespace: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin