다음을 통해 공유


PerspectiveCalculation.Type 속성

Gets or sets the type of PerspectiveCalculation.

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

구문

‘선언
Public Property Type As PerspectiveCalculationType 
    Get 
    Set
‘사용 방법
Dim instance As PerspectiveCalculation 
Dim value As PerspectiveCalculationType 

value = instance.Type

instance.Type = value
public PerspectiveCalculationType Type { get; set; }
public:
property PerspectiveCalculationType Type {
    PerspectiveCalculationType get ();
    void set (PerspectiveCalculationType value);
}
member Type : PerspectiveCalculationType with get, set
function get Type () : PerspectiveCalculationType 
function set Type (value : PerspectiveCalculationType)

속성 값

유형: Microsoft.AnalysisServices.PerspectiveCalculationType
A perspective calculation type.

참고 항목

참조

PerspectiveCalculation 클래스

Microsoft.AnalysisServices 네임스페이스