Поделиться через


Класс FunctionPrivilege

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

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "FunctionPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FunctionPrivilege _
    Inherits DataContractBase
'Применение
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

Тип FunctionPrivilege обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод FunctionPrivilege Initializes a new instance of the FunctionPrivilege class.

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets auditing information.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство Function Gets or sets the FunctionalArea assigned to the security principal.
Открытое свойство Identifier Gets or sets the ID of the function privilege assignment.
Открытое свойство IsAuthorized Gets or sets a value that indicates whether the function is assigned to the principal.
Открытое свойство PrincipalId Gets or sets the ID of the principal in the function privilege assignment.
Открытое свойство PrincipalType Gets or sets the type of the principal in the function privilege assignment.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices