다음을 통해 공유


ConnectTimeout 속성

Gets the connection timeout information associated with the ConnectionInfo object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public ReadOnly Property ConnectTimeout As Integer
    Get
‘사용 방법
Dim instance As ConnectionInfo
Dim value As Integer

value = instance.ConnectTimeout
public int ConnectTimeout { get; }
public:
property int ConnectTimeout {
    int get ();
}
member ConnectTimeout : int
function get ConnectTimeout () : int

속성 값

형식: System. . :: . .Int32
An Integer representing the number of seconds before timeout.