Condividi tramite


Proprietà SMTPConn.Timeout

Gets or sets the timeout request made by the connection.

Spazio dei nomi  Microsoft.SqlServer.Dts.ManagedConnections
Assembly:  Microsoft.SqlServer.ManagedConnections (in Microsoft.SqlServer.ManagedConnections.dll)

Sintassi

'Dichiarazione
Public Property Timeout As Nullable(Of Integer)
    Get 
    Set
'Utilizzo
Dim instance As SMTPConn 
Dim value As Nullable(Of Integer)

value = instance.Timeout

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

Valore proprietà

Tipo: System.Nullable<Int32>
The timeout request made by the connection.

Vedere anche

Riferimento

SMTPConn Classe

Spazio dei nomi Microsoft.SqlServer.Dts.ManagedConnections