Command 要素 (XMLA)
Execute メソッドによって実行されるコマンドを 格納 します。
構文
<Execute>
...
<Command>
<Alter>...</Alter>
<!-- or -->
<Backup>...</Backup>
<!-- or -->
<Batch>...</Batch>
<!-- or -->
<BeginTransaction>...</BeginTransaction>
<!-- or -->
<Cancel>...</Cancel>
<!-- or -->
<ClearCache>...</ClearCache>
<!-- or -->
<CommitTransaction>...</CommitTransaction>
<!-- or -->
<Create>...</Create>
<!-- or -->
<Delete>...</Delete>
<!-- or -->
<DesignAggregations>...</DesignAggregations>
<!-- or -->
<Drop>...</Drop>
<!-- or -->
<Insert>...</Insert>
<!-- or -->
<Lock>...</Lock>
<!-- or -->
<MergePartitions>...</MergePartitions>
<!-- or -->
<NotifyTableChange>...</NotifyTableChange>
<!-- or -->
<Process>...</Process>
<!-- or -->
<Restore>...</Restore>
<!-- or -->
<RollbackTransaction>...</RollbackTransaction>
<!-- or -->
<SetPasswordEncryptionKey>...</SetPasswordEncryptionKey>
<!-- or -->
<Statement>...</Statement>
<!-- or -->
<Subscribe>...</Subscribe>
<!-- or -->
<Synchronize>...</Synchronize>
<!-- or -->
<Unlock>...</Unlock>
<!-- or -->
<Update>...</Update>
<!-- or -->
<UpdateCells>...</UpdateCells>
</Command>
...
</Execute>
要素の特性
特徴 | 説明 |
---|---|
データ型と長さ | なし |
既定値 | なし |
カーディナリティ | 1-1 : 必須要素で、1 回だけ出現します |
要素リレーションシップ
注釈
Command 要素 は、Execute メソッドによって コマンドをデータ ソースにリレーするために使用されます。 XML for Analysis (XMLA) 1.1 仕様では Statement コマンドのみをサポートしますが、Analysis Services多くの新しい XMLA コマンドがサポートされています。 サポートされている XMLA コマンドの詳細については、「Analysis Services (XMLA)」を参照してください。