Propriedade Type
Returns the CubeType()()()() of the cube, if supported by the provider.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Property Type As CubeType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .CubeType
Exceções
Exceção | Condição |
---|---|
[NotSupportedException] | The provider does not support this property. For more information about this exception, see NotSupportedException Class |
Comentários
An CubeType()()()() defining the type of the cube.
Consulte também