Поделиться через


Свойство AdomdCommand.CommandTimeout

Gets or sets the time to wait for a command to run before the AdomdCommand stops trying to run the command and generates an error.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Property CommandTimeout As Integer 
    Get 
    Set
'Применение
Dim instance As AdomdCommand 
Dim value As Integer 

value = instance.CommandTimeout

instance.CommandTimeout = value
public int CommandTimeout { get; set; }
public:
virtual property int CommandTimeout {
    int get () sealed;
    void set (int value) sealed;
}
abstract CommandTimeout : int with get, set 
override CommandTimeout : int with get, set
final function get CommandTimeout () : int 
final function set CommandTimeout (value : int)

Значение свойства

Тип: System.Int32
An integer that contains the time, in seconds, to wait for the command to run.

Реализует

IDbCommand.CommandTimeout

Исключения

Исключение Условие
System.ArgumentException

The property is set to a number less than zero (0).

Замечания

If this property is set to zero (0), the AdomdCommand waits indefinitely while trying to run a command. We do not recommend this setting.

См. также

Справочник

AdomdCommand Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient