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


Класс FunctionPrivilegesCriteria

Represents the criteria for function privileges.

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

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.FunctionPrivilegesCriteria

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "FunctionPrivilegesCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class FunctionPrivilegesCriteria _
    Inherits DataContractBase
'Применение
Dim instance As FunctionPrivilegesCriteria
[DataContractAttribute(Name = "FunctionPrivilegesCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class FunctionPrivilegesCriteria : DataContractBase
[DataContractAttribute(Name = L"FunctionPrivilegesCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilegesCriteria sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "FunctionPrivilegesCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilegesCriteria =  
    class 
        inherit DataContractBase 
    end
public final class FunctionPrivilegesCriteria extends DataContractBase

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство All Gets a value that indicates whether the results will include all privileges.
Открытое свойство Identifiers Gets or sets the collection of identifiers that are used.
Открытое свойство IsAuthorized Gets or sets a value that indicates whether the function privileges criteria is authorized.
Открытое свойство PrincipalId Gets or sets the identifier of the principal.
Открытое свойство PrincipalType Gets or sets the type of the principal.
Открытое свойство ResultType Gets or sets the type of the result.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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