다음을 통해 공유


OlapInfoCube.CubeName 속성

Gets a String that represents the name of the cube that the OlapInfoCube represents.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property CubeName As String 
    Get
‘사용 방법
Dim instance As OlapInfoCube 
Dim value As String 

value = instance.CubeName
public string CubeName { get; }
public:
property String^ CubeName {
    String^ get ();
}
member CubeName : string
function get CubeName () : String

속성 값

유형: System.String
A String that represents the name of the cube that the OlapInfoCube represents.

참고 항목

참조

OlapInfoCube 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스