Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns the CubeType of the cube, if supported by the provider.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Type As CubeType
Get
'Utilisation
Dim instance As CubeDef
Dim value As CubeType
value = instance.Type
public CubeType Type { get; }
public:
virtual property CubeType Type {
CubeType get () sealed;
}
abstract Type : CubeType
override Type : CubeType
final function get Type () : CubeType
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer.CubeType
One of the enumeration values of the CubeType class.
Exceptions
| Exception | Condition |
|---|---|
| [NotSupportedException] | The provider does not support this property. For more information about this exception, see NotSupportedException Class |
Notes
An CubeType defining the type of the cube.