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 | |
---|---|---|
SecurityDeleteCriteria | Initializes a new instance of the SecurityDeleteCriteria class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
FunctionPrivileges | Gets or sets the list of identifiers for function privileges. | |
Groups | Gets or sets the list of the used group criteria. | |
HierarchyMemberPrivileges | Gets or sets the list of identifiers for hierarchy member privileges. | |
ModelPrivileges | Gets or sets the list of identifiers for model privileges. | |
Users | Gets or sets the list of used user criteria. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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