Partager via


Propriété Axis.Set

Gets a Set that contains the set for the Axis.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Set As Set 
    Get
'Utilisation
Dim instance As Axis 
Dim value As Set 

value = instance.Set
public Set Set { get; }
public:
property Set^ Set {
    Set^ get ();
}
member Set : Set
function get Set () : Set

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.Set
A Set that contains the set for the Axis.

Voir aussi

Référence

Axis Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient