Класс SecurityPrivilegesGetResponse
Represents a response message that returns an operation result and a SecurityPrivileges instance that contains the returned security privileges.
Иерархия наследования
System. . :: . .Object
Microsoft.MasterDataServices..::..SecurityPrivilegesGetResponse
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "SecurityPrivilegesGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SecurityPrivilegesGetResponse
'Применение
Dim instance As SecurityPrivilegesGetResponse
[MessageContractAttribute(WrapperName = "SecurityPrivilegesGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SecurityPrivilegesGetResponse
[MessageContractAttribute(WrapperName = L"SecurityPrivilegesGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SecurityPrivilegesGetResponse
[<MessageContractAttribute(WrapperName = "SecurityPrivilegesGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SecurityPrivilegesGetResponse = class end
public class SecurityPrivilegesGetResponse
Тип SecurityPrivilegesGetResponse обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
SecurityPrivilegesGetResponse() () () () | Initializes a new instance of the SecurityPrivilegesGetResponse class that has default values. |
![]() |
SecurityPrivilegesGetResponse(OperationResult, SecurityPrivileges) | Initializes a new instance of the SecurityPrivilegesGetResponse class that has the specified operation result and security privileges to get. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Поля
| Имя | Описание | |
|---|---|---|
![]() |
OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() |
Privileges | The security privileges to get. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)