Partager via


Classe SystemPropertiesGetResponse

Retrieves system property values in an array.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices..::..SystemPropertiesGetResponse

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<MessageContractAttribute(WrapperName := "SystemPropertiesGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class SystemPropertiesGetResponse
'Utilisation
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

Le type SystemPropertiesGetResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SystemPropertiesGetResponse() () () () Initializes a new instance of the SystemPropertiesGetResponse class that has default values.
Méthode publique SystemPropertiesGetResponse(OperationResult, Collection< (Of < <' (SystemPropertyValue> ) > > )) Initializes a new instance of the SystemPropertiesGetResponse class that has the specified operation result and list of system properties.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public OperationResult The operation result, including a unique ID for tracking and logging.
Champ public SystemProperties The system properties to return in the response.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.