Compartir a través de


SfcConnection.StatementTimeout Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public MustOverride Property StatementTimeout As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SfcConnection Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc