SecurityPrivilegesRequest-Klasse
Represents a request message for specifying the security privileges for the operation.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts..::..SecurityPrivilegesRequest
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageContractAttribute> _
Public NotInheritable Class SecurityPrivilegesRequest _
Inherits MessageRequest
'Usage
Dim instance As SecurityPrivilegesRequest
[MessageContractAttribute]
public sealed class SecurityPrivilegesRequest : MessageRequest
[MessageContractAttribute]
public ref class SecurityPrivilegesRequest sealed : public MessageRequest
[<SealedAttribute>]
[<MessageContractAttribute>]
type SecurityPrivilegesRequest =
class
inherit MessageRequest
end
public final class SecurityPrivilegesRequest extends MessageRequest
Der SecurityPrivilegesRequest-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SecurityPrivilegesRequest | Initializes a new instance of the SecurityPrivilegesRequest class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
International | Gets or sets a value indicating whether to use client localization information. (Geerbt von MessageRequest.) | |
Privileges | Gets or sets the security privileges. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.