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: 한 번만 나타나는 필수 요소입니다.

주의

Command 요소는 명령을 데이터 원본에 릴레이하기 위해 Execute 메서드에 사용됩니다. XMLA(XML for Analysis) 1.1 사양은 Statement 명령만 지원하는 반면 MicrosoftSQL ServerAnalysis Services는 많은 새로운 XMLA 명령을 지원합니다. Analysis Services에서 지원되는 XMLA 명령에 대한 자세한 내용은 명령(XMLA)을 참조하십시오.

참고 항목

개념

관련 자료