共用方式為


AdomdCommand.CommandTimeout 屬性

取得或設定 AdomdCommand 停止嘗試執行命令並產生錯誤之前等候執行命令的時間。

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.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)

屬性值

型別:Int32
等候命令執行的時間 (以秒為單位)。

實作

IDbCommandCommandTimeout

例外狀況

例外狀況 條件
ArgumentException

屬性設定為小於零 (0) 的數字。

備註

如果此屬性設定為零 (0),則 AdomdCommand 會在嘗試執行命令時無限期等候。 不建議您使用這項設定。

請參閱

參考

AdomdCommand 類別

Microsoft.AnalysisServices.AdomdServer 命名空間