SystemPropertyValue Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contient une propriété système et sa valeur.
public ref class SystemPropertyValue sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SystemPropertyValue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemPropertyValue : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SystemPropertyValue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertyValue = class
inherit DataContractBase
Public NotInheritable Class SystemPropertyValue
Inherits DataContractBase
- Héritage
- Attributs
Remarques
Le SystemPropertyValue contient une propriété système et sa valeur.
Constructeurs
| Nom | Description |
|---|---|
| SystemPropertyValue() |
Initialise une nouvelle instance de la classe SystemPropertyValue. |
Propriétés
| Nom | Description |
|---|---|
| SystemPropertyType |
Spécifie le SystemPropertyType. Identifie de manière unique la propriété système. |
| Value |
Spécifie la valeur de la propriété système. |
Méthodes
| Nom | Description |
|---|---|
| SetProperty<T>(T, T, String, Boolean) |
Modifie la propriété en la valeur donnée. |
| SetProperty<T>(T, T, String) |
Modifie la propriété en la valeur donnée. |