Класс SecurityPrincipalsGetResponse
Represents a message contract for the MDS security get response.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.SecurityPrincipalsGetResponse
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "SecurityPrincipalsGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SecurityPrincipalsGetResponse
'Применение
Dim instance As SecurityPrincipalsGetResponse
[MessageContractAttribute(WrapperName = "SecurityPrincipalsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SecurityPrincipalsGetResponse
[MessageContractAttribute(WrapperName = L"SecurityPrincipalsGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SecurityPrincipalsGetResponse
[<MessageContractAttribute(WrapperName = "SecurityPrincipalsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SecurityPrincipalsGetResponse = class end
public class SecurityPrincipalsGetResponse
Тип SecurityPrincipalsGetResponse обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
SecurityPrincipalsGetResponse() | Initializes a new instance of the SecurityPrincipalsGetResponse class that has default values. |
![]() |
SecurityPrincipalsGetResponse(OperationResult, SecurityPrincipals) | Initializes a new instance of the SecurityPrincipalsGetResponse class that has the specified operation result and principals 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. |
![]() |
Principals | The principals to get. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.