StatementTimeout 属性

Gets or sets the number of seconds a statement is given to run before failing with a time-out error.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public MustOverride Property StatementTimeout As Integer
    Get
    Set
用法
Dim instance As SfcConnection
Dim value As Integer

value = instance.StatementTimeout

instance.StatementTimeout = value
public abstract int StatementTimeout { get; set; }
public:
virtual property int StatementTimeout {
    int get () abstract;
    void set (int value) abstract;
}
abstract StatementTimeout : int with get, set
abstract function get StatementTimeout () : int
abstract function set StatementTimeout (value : int)

属性值

类型:System. . :: . .Int32
The number of seconds a statement is given to run before failing with a time-out error.