SecurityPrivilegesGetRequest Class

Definition

Represents a request message for specifying the criteria in SecurityPrivilegesGetCriteria for the retrieval of security privileges.

public ref class SecurityPrivilegesGetRequest
[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="SecurityPrivilegesGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrivilegesGetRequest
[<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="SecurityPrivilegesGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivilegesGetRequest = class
Public Class SecurityPrivilegesGetRequest
Inheritance
SecurityPrivilegesGetRequest
Attributes

Constructors

SecurityPrivilegesGetRequest()

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

SecurityPrivilegesGetRequest(International, SecurityPrivilegesGetCriteria)

Initializes a new instance of the SecurityPrivilegesGetRequest class that has the specified cultural settings and criteria for getting security privileges.

Fields

Criteria

The criteria for getting security privileges.

International

The cultural settings.

Applies to