SecurityPrincipalsDeleteRequest Class

Definition

Represents a request message for specifying the criteria in SecurityPrincipalsDeleteCriteria for the retrieval of security principals.

public ref class SecurityPrincipalsDeleteRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrincipalsDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrincipalsDeleteRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrincipalsDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsDeleteRequest = class
Public Class SecurityPrincipalsDeleteRequest
Inheritance
SecurityPrincipalsDeleteRequest
Attributes

Constructors

SecurityPrincipalsDeleteRequest()

Initializes a new instance of the SecurityPrincipalsDeleteRequest class that has default values.

SecurityPrincipalsDeleteRequest(International, SecurityPrincipalsDeleteCriteria)

Initializes a new instance of the SecurityPrincipalsDeleteRequest class that has the specified cultural settings and criteria for deleting principals.

Fields

Criteria

The criteria for deleting principals.

International

The cultural settings.

Applies to