Compartir a través de


Clase SecurityPrivilegesDeleteRequest

Represents a request message for specifying the criteria in SecurityPrivilegesDeleteCriteria for the deletion of security privileges.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.SecurityPrivilegesDeleteRequest

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

Sintaxis

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

El tipo SecurityPrivilegesDeleteRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SecurityPrivilegesDeleteRequest() Initializes a new instance of the SecurityPrivilegesDeleteRequest class that has default values.
Método público SecurityPrivilegesDeleteRequest(International, SecurityPrivilegesDeleteCriteria) Initializes a new instance of the SecurityPrivilegesDeleteRequest class that has the specified cultural settings and criteria for deleting security privileges.

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 Criteria The criteria for deleting security privileges.
Campo público International The 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