หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returned by Type to determine if the CubeDef represents a dimension or a cube.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Enumeration CubeType
'Usage
Dim instance As CubeType
public enum CubeType
public enum class CubeType
type CubeType
public enum CubeType
Members
| Member name | Description | |
|---|---|---|
| Cube | The CubeDef represents a cube. | |
| Dimension | The CubeDef represents a dimension. | |
| Unknown | It cannot be determined if the provider has specified that the CubeDef represents a cube or a dimension. |