DISCOVER_TRACE_DEFINITION_PROVIDERINFO Rowset
Returns basic information about the trace provider, such as its name and description.
Applies to: tabular models, multidimensional models
Rowset Columns
The DISCOVER_TRACE_DEFINITION_PROVIDERINFO rowset contains the following columns.
Column name |
Type indicator |
Restriction |
Description |
---|---|---|---|
Data |
DBTYPE_WSTR |
Yes |
Contains an encoded XML string describing the trace provider, including the provider name, version, build number, and description. |
This schema rowset is not sorted.
Using ADOMD.NET to return the rowset
When using ADOMD.NET and the schema rowset to retrieve metadata, you can use either the GUID or string to reference a schema rowset object in the GetSchemaDataSet method. For more information, see Working with Schema Rowsets in ADOMD.NET.
The following table provides the GUID and string values that identify this rowset.
Argument |
Value |
---|---|
GUID |
A07CCD1B-8148-11D0-87BB-00C04FC33942 |
ADOMDNAME |
TraceDefinitionProviderInfo |