Свойство ConnectionInfo.Timeout
Gets the timeout value associated with the ConnectionInfo object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
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.