Share via


SecurityPrincipals-Klasse

Represents a set of users and user groups.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..SecurityPrincipals

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

Syntax

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

Der SecurityPrincipals-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SecurityPrincipals Initializes a new instance of the SecurityPrincipals class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Groups Gets or sets an ArrayOfGroup containing security groups.
Öffentliche Eigenschaft Users Gets or sets an ArrayOfUser containing security users.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.