Właściwości elementu (XMLA)
Zawiera XML for Analysis (XMAL) właściwości używanych przez Odnajdowanie and wykonać metody.
<Discover> <!-- or Execute -->
...
<Properties>
<PropertyList>...</PropertyList>
</Properties>
...
</Discover>
Właściwości elementu
Charakterystyka |
Description |
---|---|
Typ danych i długość |
None |
Wartość domyślna |
None |
Relacja |
1-1: Wymaganego elementu, który występuje tylko raz i tylko raz. |
Relacje elementu
Relacja |
Element |
---|---|
Elementy nadrzędne |
|
Elementy podrzędność |
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 urządzenie źródłowe, specifying the return format of the result zestaw, or specifying the regionalny in which the data should be formatted.
Dostępne właściwości i ich wartości, można uzyskać przy użyciu typu żądania DISCOVER_PROPERTIES z Discover Metoda.
Example
<Properties>
<PropertyList>
<DataSourceInfo>
Provider=MSOLAP;Data Source=local;
</DataSourceInfo>
<Catalog>
Foodmart 2000
</Catalog>
<Format>
Multidimensional
</Format>
</PropertyList>
</Properties>