SecurityPrincipalsDeleteCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the criteria data contract for filtering security principals to be deleted through MDS.
public ref class SecurityPrincipalsDeleteCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SecurityPrincipalsDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrincipalsDeleteCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SecurityPrincipalsDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsDeleteCriteria = class
inherit DataContractBase
Public Class SecurityPrincipalsDeleteCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
SecurityPrincipalsDeleteCriteria() |
Initializes a new instance of the SecurityPrincipalsDeleteCriteria class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
Groups |
Gets or sets an array of the group identifiers used in the criteria. |
Users |
Gets or sets an array of the user identifiers used in the criteria. |