SecurityPrivilegesDeleteCriteria Class

Represents a complex type that specifies criteria for deleting security privileges.

Inheritance Hierarchy

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

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

Syntax

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

The SecurityPrivilegesDeleteCriteria type exposes the following members.

Constructors

  Name Description
Public method SecurityPrivilegesDeleteCriteria Initializes a new instance of the SecurityPrivilegesDeleteCriteria class.

Top

Properties

  Name Description
Public property FunctionPrivileges Gets or sets whether function privileges should be deleted.
Public property HierarchyMemberPrivileges Gets or sets whether hierarchy member privileges should be deleted.
Public property ModelPrivileges Gets or sets whether model privileges should be deleted.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.