MiningStructure.FilterComponent Property
Gets or sets an MDX expression that defines the slice of the source cube that is used for the mining structure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
<BrowsableAttribute(False)> _
<XmlIgnoreAttribute> _
Public Property FilterComponent As String
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public string FilterComponent { get; set; }
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public:
property String^ FilterComponent {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_FilterComponent ()
/** @property */
public void set_FilterComponent (String value)
public function get FilterComponent () : String
public function set FilterComponent (value : String)
Property Value
A String containing an MDX expression.
Remarks
If you create a mining structure that is based on an OLAP data source, you must define the source cube by creating an MDX expression. After you have defined the source cube, you can add an additional MDX expression as a filter to restrict the information in the cube to only a relevant slice. Therefore, the FilterComponent expression applies only to the source cube. For information about how to define a slice by using MDX, see Using Cube and Subcube Expressions.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also