Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Specifies the supported logical operators used to join multiple business rule conditions.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "LogicalOperator", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration LogicalOperator
'Применение
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
Элементы
| Имя элемента | Описание | |
|---|---|---|
| And | The logical AND operator. | |
| NotSpecified | The operator is not specified. | |
| Or | The logical OR operator. |
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts