Partager via


StatementTimeout propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (dans Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

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

value = instance.StatementTimeout

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

Valeur de la 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.