Aracılığıyla paylaş


Komut öğesi (XMLA)

Tarafından yürütülecek komutu içeren yürütmek yöntem.

<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>

Öğe özellikleri

Özellik

Açıklama

Veri türü ve uzunluğu

None

Varsayılan değer

None

Önem düzeyi

1-1: Bir kez ve yalnızca bir kez oluşan gereken öğe.

Remarks

The Command element is used by the Execute yöntem to relay commands to a data kaynak. While the XML for Analysis (XMLA) 1.1 Specification supports only the Statement command, Microsoft SQL Server Analysis Services supports many new XMLA commands.Tarafından desteklenen XMLA komutu hakkında daha fazla bilgi için Analysis Services, bkz: Komut (XMLA).

See Also

Concepts

Other Resources