Freigeben über


SecurityPrivilegesDeleteCriteria-Klasse

Represents the criteria data contract for security privileges in the Master Data Services API.

Vererbungshierarchie

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

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

Syntax

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

Der SecurityPrivilegesDeleteCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FunctionPrivileges Gets or sets the function privilege identifiers for the criteria.
Öffentliche Eigenschaft HierarchyMemberPrivileges Gets or sets the hierarchy member privilege identifiers for the criteria.
Öffentliche Eigenschaft ModelPrivileges Gets or sets the model privilege identifiers for the 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