CubeDef.Type Property
Returns the CubeType of the cube, if supported by the provider.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Type As CubeType
public CubeType Type { get; }
public:
property CubeType Type {
CubeType get ();
}
/** @property */
public CubeType get_Type ()
public function get Type () : CubeType
Eccezioni
Tipo di eccezione | Condizione |
---|---|
System.NotSupportedException | The provider does not support this property. |
Osservazioni
A CubeType defining the type of the cube.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace