包含XML for Analysis (发现) 执行方法使用的所有 XMAL属性 。
语法
  
<Discover> <!-- or Execute -->  
...  
   <Properties>  
      <PropertyList>...</PropertyList>  
   </Properties>  
...  
</Discover>  
元素特征
| 特征 | 说明 | 
|---|---|
| 数据类型和长度 | 无 | 
| 默认值 | 无 | 
| 基数 | 1-1:出现一次且仅出现一次的必需元素。 | 
元素关系
| 关系 | 元素 | 
|---|---|
| 父元素 | 发现、 执行 | 
| 子元素 | PropertyList | 
备注
Properties 元素表示用于控制 Discover 和 Execute 方法的各个方面的 XMLA 属性,例如定义连接到数据源、指定结果集的返回格式或指定数据格式设置所需的信息。
结合使用 Discover 方法和 DISCOVER_PROPERTIES 请求类型可获取可用属性及其值。
示例
<Properties>  
   <PropertyList>  
      <DataSourceInfo>  
         Provider=MSOLAP;Data Source=local;  
      </DataSourceInfo>  
      <Catalog>  
         Foodmart 2000  
      </Catalog>  
      <Format>  
         Multidimensional  
      </Format>  
   </PropertyList>  
</Properties>