SecurityPrivilegesRequest Class

Definition

Represents a request message for specifying the security privileges for the operation.

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

Constructors

SecurityPrivilegesRequest()

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

SecurityPrivilegesRequest(International, SecurityPrivileges)

Initializes a new instance of the SecurityPrivilegesRequest class that has the specified cultural settings and security privileges to get.

Fields

International

The cultural settings.

Privileges

The security privileges to get.

Applies to