Aracılığıyla paylaş


Özellikler öğesi (xmla)

İçeren XML for Analysis (xmal) özellikleri tarafından kullanılan Keşif ve Execute yöntemleri.

Sözdizimi

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

Öğe özellikleri

Özellikleri

Açıklama

Veri türü ve uzunluğu

Hiçbiri

Varsayılan değer

Hiçbiri

Önem düzeyi

1-1: Yalnızca bir kez oluşan gerekli öğe.

Öğe ilişkiler

İlişki

Element

Üst öğeler

Keşif, yürütme

Alt öğeler

ÖzellikListesi

Açıklamalar

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 source, specifying the return format of the result set, or specifying the locale in which the data should be formatted.

Kullanılabilir özellikleri ve değerleri ile DISCOVER_PROPERTIES istek türünü kullanarak elde edilebilir Discover yöntem.

Örnek

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

Ayrıca bkz.

Kavramlar