Aracılığıyla paylaş


Özellikleri öğesi (XMLA)

Çözümleme (XMAL) özellikleri tarafından kullanılan, XML içeren Keşfedin and yürütmek yöntemleri.

<Discover> <!-- or Execute -->
...
   <Properties>
      <PropertyList>...</PropertyList>
   </Properties>
...
</Discover>

Öğ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.

Öğe ilişkiler

İlişki

Element

Üst öğe

Keşfedin, yürütmek

Alt öğeler

PropertyList

Remarks

The Properties element represents XMLA properties used to control aspects of the Discover and Execute methods, such as defining the information required to connect to the data kaynak, specifying the return format of the result küme, or specifying the yerel ayar in which the data should be formatted.

Kullanılabilen özellikleri ve değerleri ile DISCOVER_PROPERTIES istek türü kullanılarak elde edilebilir Discover yöntem.

Example

<Properties>
   <PropertyList>
      <DataSourceInfo>
         Provider=MSOLAP;Data Source=local;
      </DataSourceInfo>
      <Catalog>
         Foodmart 2000
      </Catalog>
      <Format>
         Multidimensional
      </Format>
   </PropertyList>
</Properties>

See Also

Concepts