DimensionAttribute.UnaryOperatorColumn Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable = false)]
[BrowsableAttribute(true)]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[MergablePropertyAttribute(false)]
[DefaultValueAttribute(null)]
public DataItem UnaryOperatorColumn { get; set; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable = false)]
[BrowsableAttribute(true)]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[MergablePropertyAttribute(false)]
[DefaultValueAttribute(null)]
property DataItem^ UnaryOperatorColumn {
    DataItem^ get();
    void set(DataItem^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
[<XmlElementAttribute(IsNullable = false)>]
[<BrowsableAttribute(true)>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<MergablePropertyAttribute(false)>]
[<DefaultValueAttribute(null)>]
member UnaryOperatorColumn : DataItem with get, set
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>
<XmlElementAttribute(IsNullable := False)>
<BrowsableAttribute(True)>
<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<MergablePropertyAttribute(False)>
<DefaultValueAttribute(Nothing)>
Public Property UnaryOperatorColumn As DataItem

Property Value

Type: Microsoft.AnalysisServices.DataItem

A DataItem defining the details of a column providing a unary operator.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top