BRConditionTreeNode.LogicalOperator Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the logical operator.

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

Syntax

[DataMemberAttribute]
public LogicalOperator LogicalOperator { get; set; }
public:
[DataMemberAttribute]
property LogicalOperator LogicalOperator {
    LogicalOperator get();
    void set(LogicalOperator value);
}
[<DataMemberAttribute>]
member LogicalOperator : LogicalOperator with get, set
<DataMemberAttribute>
Public Property LogicalOperator As LogicalOperator

Property Value

Type: Microsoft.MasterDataServices.LogicalOperator

A new instance of type LogicalOperator.

See Also

BRConditionTreeNode Class
Microsoft.MasterDataServices Namespace

Return to top