Freigeben über


SecurityPrincipalsCriteria-Klasse

Defines the data contract for the security principals criteria.

Vererbungshierarchie

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

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

Syntax

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

Der SecurityPrincipalsCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft All Gets or sets a value that indicates whether all user criteria are used.
Öffentliche Eigenschaft FunctionPrivilege Gets or sets the ResultType for function privilege.
Öffentliche Eigenschaft HierarchyMemberPrivilege Gets or sets the ResultType for hierarchy member privilege.
Öffentliche Eigenschaft Identifiers Gets or sets the collection of identifiers.
Öffentliche Eigenschaft ModelPrivilege Gets or sets the ResultType for model privilege.
Öffentliche Eigenschaft ResultType Gets or sets the principal result type.
Öffentliche Eigenschaft SecurityResolutionType Gets or sets the type of the security resolution.
Öffentliche Eigenschaft Type Gets or sets the user or group.

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