SecurityPrincipalsDeleteCriteria-Klasse
Represents criteria for deleting security principals.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..SecurityPrincipalsDeleteCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SecurityPrincipalsDeleteCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityPrincipalsDeleteCriteria
'Usage
Dim instance As SecurityPrincipalsDeleteCriteria
[DataContractAttribute(Name = "SecurityPrincipalsDeleteCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrincipalsDeleteCriteria
[DataContractAttribute(Name = L"SecurityPrincipalsDeleteCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrincipalsDeleteCriteria sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityPrincipalsDeleteCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsDeleteCriteria = class end
public final class SecurityPrincipalsDeleteCriteria
Der SecurityPrincipalsDeleteCriteria-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SecurityPrincipalsDeleteCriteria | Initializes a new instance of the SecurityPrincipalsDeleteCriteria class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Groups | Gets or sets an ArrayOfIdentifier instance that contains a set of groups to delete. | |
Users | Gets or sets an ArrayOfIdentifier instance that contains a set of users to delete. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (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.