Condividi tramite


Classe FunctionPrivilege

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..FunctionPrivilege

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "FunctionPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FunctionPrivilege _
    Implements IExtensibleDataObject
'Utilizzo
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

Nel tipo FunctionPrivilege sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico FunctionPrivilege Initializes a new instance of the FunctionPrivilege class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets auditing information.
Proprietà pubblica ExtensionData Gets or sets an object that contains extra data.
Proprietà pubblica Function Gets or sets the FunctionalArea assigned to the security principal.
Proprietà pubblica Identifier Gets or sets the ID of the function privilege assignment.
Proprietà pubblica IsAuthorized Gets or sets a value that indicates whether the function is assigned to the principal.
Proprietà pubblica PrincipalId Gets or sets the ID of the principal in the function privilege assignment.
Proprietà pubblica PrincipalType Gets or sets the type of the principal in the function privilege assignment.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.