SystemPropertiesGetResponse Classe

Définition

Récupère des valeurs de propriété système dans un tableau.

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
Héritage
SystemPropertiesGetResponse
Attributs

Constructeurs

SystemPropertiesGetResponse()

Initialise une nouvelle instance de la classe SystemPropertiesGetResponse ayant des valeurs par défaut.

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

Initialise une nouvelle instance de la classe SystemPropertiesGetResponse qui a le résultat d'opération et la liste de propriétés du système spécifiés.

Champs

OperationResult

Résultat d'opération incluant un ID unique pour le suivi et l'enregistrement.

SystemProperties

Propriétés système à retourner dans la réponse.

S’applique à