DISCOVER_KEYWORDS Rowset (XMLA)
Returns information about keywords reserved by the Microsoft XML for Analysis (XMLA) provider.
If you call the Discover method with the DISCOVER_KEYWORDS enumeration value in the RequestType element, the Discover method returns the DISCOVER_KEYWORDS rowset.
Rowset Columns
The DISCOVER_KEYWORDS rowset contains the following columns.
Column name | Type indicator | Length | Description |
---|---|---|---|
Keyword |
DBTYPE_WSTR |
A list of all the keywords reserved by a provider. Example: AND |
This schema rowset is not sorted.
Restriction Columns
The DISCOVER_KEYWORDS rowset can be restricted on the columns listed in the following table.
Column name | Type indicator | Restriction State |
---|---|---|
Keyword |
DBTYPE_WSTR |
Optional. |
请参阅
参考
XML for Analysis Schema Rowsets
DISCOVER_LITERALS Rowset