Propriété SqlStoreConnection.StatementTimeout

Gets or sets the number of seconds a statement is given to run before failing with a time-out error. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overrides Property StatementTimeout As Integer 
    Get 
    Set
'Utilisation
Dim instance As SqlStoreConnection 
Dim value As Integer 

value = instance.StatementTimeout

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

Valeur de propriété

Type : System.Int32
An Int32 value that specifies the number of seconds a statement is given to run before failing with a time-out error.

Voir aussi

Référence

SqlStoreConnection Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc