Filter propriété
Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Filter As String
Get
Set
'Utilisation
Dim instance As MeasureGroupBinding
Dim value As String
value = instance.Filter
instance.Filter = value
public string Filter { get; set; }
public:
property String^ Filter {
String^ get ();
void set (String^ value);
}
member Filter : string with get, set
function get Filter () : String
function set Filter (value : String)
Valeur de la propriété
Type : System. . :: . .String
A String containing the MDX expression.