Classe CellProperty
Represents a cell property for a given cell.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdClient.CellProperty
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class CellProperty
'Utilizzo
Dim instance As CellProperty
public sealed class CellProperty
public ref class CellProperty sealed
[<SealedAttribute>]
type CellProperty = class end
public final class CellProperty
Nel tipo CellProperty sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets the name of the CellProperty. | |
Namespace | Gets the namespace of the CellProperty. | |
Value | Gets the value of the CellProperty. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determines whether two instances of Object are equal. Esegue l'override di Object.Equals(Object). | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object.GetHashCode(). | |
GetType | 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 CellProperty are equal. | |
Inequality | Determines whether two specified instances of CellProperty have different values. |
In alto
Osservazioni
In Analysis Services, cell properties contain information about the content and format of cells in a cube. Cell properties are most commonly used to assist in the visual presentation of cell data.
The CellProperty class is used to represent cell properties for a given Cell.
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.