Classe Axis
Represents an axis within a cellset.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..Axis
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Axis
'Utilizzo
Dim instance As Axis
public sealed class Axis
public ref class Axis sealed
[<SealedAttribute>]
type Axis = class end
public final class Axis
Nel tipo Axis sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets the name of the Axis. | |
Positions | Gets a PositionCollection that contains the positions for the Axis. | |
Set | Gets a Set that contains the set for the Axis. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determines whether this instance of Axis is equal to another instance of Axis. Esegue l'override di Object. . :: . .Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () (). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Returns a String that represents the current Object. Esegue l'override di Object. . :: . .ToString() () () (). |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
Equality | Determines whether two specified instances of Axis are equal. | |
Inequality | Determines whether two specified instances of Axis have different values. |
In alto
Osservazioni
An Axis represents one query or slicer axis returned in a cellset (and represented by a CellSet.) An axis is essentially a set of ordered, congruent tuples used to organize the cells in a cellset.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.