SystemPropertiesGetResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索数组中的系统属性值。
public ref class SystemPropertiesGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemPropertiesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemPropertiesGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemPropertiesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertiesGetResponse = class
Public Class SystemPropertiesGetResponse
- 继承
-
SystemPropertiesGetResponse
- 属性
构造函数
SystemPropertiesGetResponse() |
初始化具有默认值的 SystemPropertiesGetResponse 类的新实例。 |
SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>) |
初始化具有指定的操作结果和系统属性列表的 SystemPropertiesGetResponse 类的新实例。 |
字段
OperationResult |
操作结果,包括用于跟踪和日志记录的唯一 ID。 |
SystemProperties |
在响应中返回的系统属性。 |