SecurityPrivilegesDeleteCriteria Class
Represents the criteria data contract for security privileges in the Master Data Services API.
Inheritance Hierarchy
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
The SecurityPrivilegesDeleteCriteria type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecurityPrivilegesDeleteCriteria | Initializes a new instance of the SecurityPrivilegesDeleteCriteria class. |
Top
Properties
Name | Description | |
---|---|---|
FunctionPrivileges | Gets or sets the function privilege identifiers for the criteria. | |
HierarchyMemberPrivileges | Gets or sets the hierarchy member privilege identifiers for the criteria. | |
ModelPrivileges | Gets or sets the model privilege identifiers for the criteria. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace