次の方法で共有


SMTPConn.Timeout プロパティ

接続によるタイムアウト要求を取得します。値の設定も可能です。

名前空間:  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>
接続によるタイムアウト要求です。

関連項目

参照

SMTPConn クラス

Microsoft.SqlServer.Dts.ManagedConnections 名前空間