Freigeben über


SecurityResultOptions-Klasse

Defines the data contract for the security results options.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SecurityResultOptions

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SecurityResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityResultOptions _
    Inherits DataContractBase
'Usage
Dim instance As SecurityResultOptions
[DataContractAttribute(Name = "SecurityResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityResultOptions : DataContractBase
[DataContractAttribute(Name = L"SecurityResultOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityResultOptions sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityResultOptions =  
    class 
        inherit DataContractBase 
    end
public final class SecurityResultOptions extends DataContractBase

Der SecurityResultOptions-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SecurityResultOptions Initializes a new instance of the SecurityResultOptions class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FunctionPrivilege Gets or sets the ResultType for function privilege.
Öffentliche Eigenschaft Group Gets or sets the ResultType for group.
Öffentliche Eigenschaft HierarchyMemberPrivilege Gets or sets the ResultType for hierarchy member privilege.
Öffentliche Eigenschaft ModelPrivilege Gets or sets the ResultType for model privilege.
Öffentliche Eigenschaft ResolveEffectivePrivilege Gets or sets a value that indicates whether resolve effective privileges is desired.
Öffentliche Eigenschaft User Gets or sets the ResultType for user.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace