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 | |
---|---|---|
SecurityPrivilegesDeleteRequest() | Initializes a new instance of the SecurityPrivilegesDeleteRequest class that has default values. | |
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 | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
Criteria | The criteria for deleting security privileges. | |
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.