Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets an instance of an Axis class that represents the filter axis of the CellSet.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FilterAxis As Axis
Get
'Utilisation
Dim instance As CellSet
Dim value As Axis
value = instance.FilterAxis
public Axis FilterAxis { get; }
public:
property Axis^ FilterAxis {
Axis^ get ();
}
member FilterAxis : Axis
function get FilterAxis () : Axis
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdClient.Axis
An Axis that contains the filter axis for the CellSet.
Notes
For more information about query and filter axes, see Axes.