Classe OlapInfoCube
Represents metadata pertaining to a cube that is associated with an instance of a CellSet class.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdClient.OlapInfoCube
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class OlapInfoCube
'Utilizzo
Dim instance As OlapInfoCube
public sealed class OlapInfoCube
public ref class OlapInfoCube sealed
[<SealedAttribute>]
type OlapInfoCube = class end
public final class OlapInfoCube
Nel tipo OlapInfoCube sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
CubeName | Gets a String that represents the name of the cube that the OlapInfoCube represents. | |
LastDataUpdate | Gets a DateTime that represents the last updated date for the data contained in the cube that the OlapInfoCube represents. | |
LastSchemaUpdate | Gets a DateTime that represents the last updated date for the schema associated with the cube that the OlapInfoCube represents. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
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.