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