Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| And | The logical AND operator. | |
| NotSpecified | The operator is not specified. | |
| Or | The logical OR operator. |
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace