DrillThroughFilter (MDStore Interface)

ms132873.note(de-de,SQL.90).gifHinweis:
  Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein.

The DrillThroughFilter property of the MDStore interface contains a filter restricting the rows that can be returned by a drillthrough query.

Applies To:clsCube, clsPartition

Data Type

String

Access

Read/write

Hinweise

This property contains a filter restricting the rows that can be returned by a drillthrough query. The format of the string is identical to the format of the Boolean expression contained in an SQL WHERE clause. If a filter is specified, it is logically combined using AND with the tables specified by the DrillThroughJoins property. The format of the string in this property is provider-specific; it must be formatted according to the rules of the data source associated with the cube or partition.

Siehe auch

Verweis

MDStore Interface

Hilfe und Informationen

Informationsquellen für SQL Server 2005