Share via


SecurityDeleteCriteria-Klasse

Defines the data contract for the security result criteria.

Vererbungshierarchie

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

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

Syntax

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

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 whether Groups criteria are used.
Ö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 whether Users criteria is used.

Zum Anfang

Methoden

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