ConnectionTimeoutInternal 属性

Gets or sets the internal connection timeout period in seconds.

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
Protected Property ConnectionTimeoutInternal As Integer
    Get
    Set
用法
Dim value As Integer

value = Me.ConnectionTimeoutInternal

Me.ConnectionTimeoutInternal = value
protected int ConnectionTimeoutInternal { get; set; }
protected:
property int ConnectionTimeoutInternal {
    int get ();
    void set (int value);
}
member ConnectionTimeoutInternal : int with get, set
function get ConnectionTimeoutInternal () : int
function set ConnectionTimeoutInternal (value : int)

属性值

类型:System. . :: . .Int32
A Int32 value that specifies the internal connection timeout period.