Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the supported logical operators used to join multiple business rule conditions.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "LogicalOperator", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration LogicalOperator
'Usage
Dim instance As LogicalOperator
[DataContractAttribute(Name = "LogicalOperator", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum LogicalOperator
[DataContractAttribute(Name = L"LogicalOperator", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class LogicalOperator
[<DataContractAttribute(Name = "LogicalOperator", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type LogicalOperator
public enum LogicalOperator
Members
Member name | Description | |
---|---|---|
And | The logical AND operator. | |
NotSpecified | The operator is not specified. | |
Or | The logical OR operator. |
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace