Поделиться через


Свойство DimensionAttribute.UnaryOperatorColumn

Gets or sets the details of a column providing a unary operator.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(True)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property UnaryOperatorColumn As DataItem 
    Get 
    Set
'Применение
Dim instance As DimensionAttribute 
Dim value As DataItem 

value = instance.UnaryOperatorColumn

instance.UnaryOperatorColumn = value
[BrowsableAttribute(true)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItem UnaryOperatorColumn { get; set; }
[BrowsableAttribute(true)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItem^ UnaryOperatorColumn {
    DataItem^ get ();
    void set (DataItem^ value);
}
[<BrowsableAttribute(true)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
member UnaryOperatorColumn : DataItem with get, set
function get UnaryOperatorColumn () : DataItem 
function set UnaryOperatorColumn (value : DataItem)

Значение свойства

Тип: Microsoft.AnalysisServices.DataItem
A DataItem defining the details of a column providing a unary operator.

См. также

Справочник

DimensionAttribute Класс

Пространство имен Microsoft.AnalysisServices