Класс 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