Propriété Type
Returns the CubeType of the cube, if supported by the provider.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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:
property CubeType Type {
CubeType get ();
}
member Type : CubeType
function get Type () : CubeType
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdClient. . :: . .CubeType
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The provider does not support this property. |