ConfigurationSetting 属性 - DatabaseLogonTimeoutConfigurationSetting Property - DatabaseLogonTimeout
指定尝试登录到报表服务器数据库失败前等待的秒数。Specifies the number of seconds to wait before an attempt to log on to the report server database fails. 值 0 指示无限期的等待时间。A value of 0 indicates an infinite wait time. 只读。Read only.
语法Syntax
Public Dim DatabaseLogonTimeout As Int32
public Int32 DatabaseLogonTimeout;
属性值Property Values
一个表示秒数的 32 位带符号整数对象。A 32-bit signed integer object that represents the number of seconds.
示例代码Example Code
MSReportServer_ConfigurationSetting 类MSReportServer_ConfigurationSetting Class
要求Requirements
命名空间: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Adminroot\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\AdminNamespace: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Adminroot\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin
另请参阅See Also
MSReportServer_ConfigurationSetting 成员MSReportServer_ConfigurationSetting Members