Свойство 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.