SfcConnection.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.

참고 항목

참조

SfcConnection 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스