Condividi tramite


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
Proprietà pubblica Name Gets the name of the CellProperty.
Proprietà pubblica Namespace Gets the namespace of the CellProperty.
Proprietà pubblica Value Gets the value of the CellProperty.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two instances of Object are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico 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() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Returns a String that represents the current Object. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two specified instances of CellProperty are equal.
Operatore pubblicoMembro statico Inequality Determines whether two specified instances of CellProperty have different values.

In alto

Osservazioni

In Microsoft SQL Server 2005 Analysis Services (SSAS), 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.