Класс FunctionPrivilegesCriteria
Specifies criteria for function privileges.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.FunctionPrivilegesCriteria
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "FunctionPrivilegesCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FunctionPrivilegesCriteria _
Inherits DataContractBase
'Применение
Dim instance As FunctionPrivilegesCriteria
[DataContractAttribute(Name = "FunctionPrivilegesCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FunctionPrivilegesCriteria : DataContractBase
[DataContractAttribute(Name = L"FunctionPrivilegesCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FunctionPrivilegesCriteria : public DataContractBase
[<DataContractAttribute(Name = "FunctionPrivilegesCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FunctionPrivilegesCriteria =
class
inherit DataContractBase
end
public class FunctionPrivilegesCriteria extends DataContractBase
Тип FunctionPrivilegesCriteria обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
FunctionPrivilegesCriteria | Initializes a new instance of the FunctionPrivilegesCriteria class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
![]() |
Identifiers | Gets or sets an array that specifies the function privilege identifiers. |
![]() |
IsAuthorized | Gets or sets a value that indicates whether the criteria are authorized. |
![]() |
PrincipalId | Gets or sets the principal ID. |
![]() |
PrincipalType | Gets or sets the principal type. |
![]() |
ResultType | Gets or sets the result type. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.