다음을 통해 공유


Timeout 속성

Gets the timeout value associated with the ConnectionInfo object.

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

구문

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

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

속성 값

형식: System. . :: . .Int32
The Integer timeout value.