XML for Analysis 规范[10]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 angelgavin 的 blog


列名称
类型
说明
限制
是否可以为空
providertype array 提供程序所支持的数据类型。可以包括以下类型中的一个或多个。在本表之后包括一个示例。
  • tdp:表格数据提供程序。

  • mdp:多维数据提供程序。

  • dmp:数据挖掘提供程序。dmp 提供程序实现 ole db for data mining 规范。

列名称
类型
说明
限制
是否可以为空
authenticationmode enumstring 有关数据源使用的安全模式类型的规范。其值可以为以下之一:
  • unauthenticated:不必发送用户 id 或密码。

  • authenticated:连接要求的信息中必须包含用户 id 和密码。

  • integrated:数据源使用基础安全性来决定授权,如 microsoft internet information services (iis) 提供的集成安全性。

提供程序支持的每个类型在 providertype 数组中都有对应的元素。例如,支持 tdp、mdp 和 dmp 的提供程序将生成以下数组:

<providertype><mdp/><tdp/><dmp/></providertype>

discover_properties 行集

当使用 requesttype 参数中的 discover_properties 枚举值调用 discover 方法时,该方法将在 result 参数中返回 discover_properties 行集。这种请求类型将返回有关 xml for analysis 提供程序支持的标准属性和提供程序特定属性的信息。提供程序不支持的属性不列在返回结果集中。

列名称 类型 说明 限制 是否可以为空
propertyname string 属性的名称。 是,当作数组对待
propertydescription string 对该属性的说明,说明文字可以本地化。
propertytype string 属性的 xml 数据类型。
propertyaccesstype enumstring 属性的访问方式。该值可以为 read、write 或 readwrite。
isrequired boolean 要求属性则为真,不要求则为假。
value string 属性的当前值。

discover_schema_rowsets 行集

当使用 requesttype 参数中的 discover_schema_rowsets 枚举值调用 discover 方法时,它将在 result 参数中返回 discover_schema_rowsets 行集。这种请求类型将检索提供程序支持的所有 requesttypes 枚举值的列表。

列名称 类型 说明 限制 是否可以为空
schemaname string 架构/请求的名称。它将在 requesttypes 枚举中返回值,包括提供程序支持的所有其它类型。提供程序将为其它类型定义行集结构。
restrictions array 提供程序支持的限制数组。示例在本表后面。
description string 对架构的说明,可以本地化。

本文关键:XML for Analysis 规范
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top