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)
プロパティ値
型: System. . :: . .Int32
コマンドの実行を待機する時間 (秒単位) を含む integer です。