Freigeben über


SecurityDeleteCriteria-Klasse

Defines the data contract for the security delete criteria.

Vererbungshierarchie

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

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

Syntax

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

Der SecurityDeleteCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FunctionPrivileges Gets or sets the list of identifiers for function privileges.
Öffentliche Eigenschaft Groups Gets or sets the list of the used group criteria.
Öffentliche Eigenschaft HierarchyMemberPrivileges Gets or sets the list of identifiers for hierarchy member privileges.
Öffentliche Eigenschaft ModelPrivileges Gets or sets the list of identifiers for model privileges.
Öffentliche Eigenschaft Users Gets or sets the list of used user criteria.

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