Share via


SecurityPrincipals-Klasse

Specifies a set of users and user groups.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..SecurityPrincipals

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

Syntax

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

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 ExtensionData Gets or sets an object that contains extra data.
Öffentliche Eigenschaft Groups Gets or sets an array of security groups.
Öffentliche Eigenschaft Users Gets or sets an array of 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.