Свойство SMTPConn.Timeout
Gets or sets the timeout request made by the connection.
Пространство имен: Microsoft.SqlServer.Dts.ManagedConnections
Сборка: Microsoft.SqlServer.ManagedConnections (в Microsoft.SqlServer.ManagedConnections.dll)
Синтаксис
'Декларация
Public Property Timeout As Nullable(Of Integer)
Get
Set
'Применение
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>)
Значение свойства
Тип: System.Nullable<Int32>
The timeout request made by the connection.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.ManagedConnections