Compartir a través de


Clase BusinessRulesDeleteRequest

Represents a request that must include a BRDeleteCriteria containing business rule globally unique identifiers (GUIDs) and/or business rule components GUIDs for deletion.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.BusinessRulesDeleteRequest

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<MessageContractAttribute(WrapperName := "BusinessRulesDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class BusinessRulesDeleteRequest
'Uso
Dim instance As BusinessRulesDeleteRequest
[MessageContractAttribute(WrapperName = "BusinessRulesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class BusinessRulesDeleteRequest
[MessageContractAttribute(WrapperName = L"BusinessRulesDeleteRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class BusinessRulesDeleteRequest
[<MessageContractAttribute(WrapperName = "BusinessRulesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type BusinessRulesDeleteRequest =  class end
public class BusinessRulesDeleteRequest

El tipo BusinessRulesDeleteRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BusinessRulesDeleteRequest() Initializes a new instance of the BusinessRulesDeleteRequest class with default values.
Método público BusinessRulesDeleteRequest(International, BRDeleteCriteria) Initializes a new instance of the BusinessRulesDeleteRequest class with the specified cultural settings and deletion criteria.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo público DeleteCriteria The criteria used for filtering the items to be deleted.
Campo público International Cultural settings.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices