Freigeben über


FunctionPrivilege-Klasse

Specifies a function privilege security assignment for a user or group.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.FunctionPrivilege

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

Syntax

'Declaration
<DataContractAttribute(Name := "FunctionPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FunctionPrivilege _
    Inherits DataContractBase
'Usage
Dim instance As FunctionPrivilege
[DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FunctionPrivilege : DataContractBase
[DataContractAttribute(Name = L"FunctionPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilege : public DataContractBase
[<DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilege =  
    class
        inherit DataContractBase
    end
public class FunctionPrivilege extends DataContractBase

Der FunctionPrivilege-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo Gets or sets auditing information.
Öffentliche Eigenschaft ExtensionData Gets or sets the structure that contains extra data. (Geerbt von DataContractBase.)
Öffentliche Eigenschaft Function Gets or sets the FunctionalArea assigned to the security principal.
Öffentliche Eigenschaft Identifier Gets or sets the ID of the function privilege assignment.
Öffentliche Eigenschaft IsAuthorized Gets or sets a value that indicates whether the function is assigned to the principal.
Öffentliche Eigenschaft PrincipalId Gets or sets the ID of the principal in the function privilege assignment.
Öffentliche Eigenschaft PrincipalType Gets or sets the type of the principal in the function privilege assignment.

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.

Siehe auch

Verweis

Microsoft.MasterDataServices-Namespace