Share via


FunctionPrivilege-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  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 _
    Implements IExtensibleDataObject
'Usage
Dim instance As FunctionPrivilege
[DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FunctionPrivilege : IExtensibleDataObject
[DataContractAttribute(Name = L"FunctionPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilege : IExtensibleDataObject
[<DataContractAttribute(Name = "FunctionPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilege =  
    class
        interface IExtensibleDataObject
    end
public class FunctionPrivilege implements IExtensibleDataObject

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 an object that contains extra data.
Ö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.