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
Contient SystemPropertyValue une propriété système et sa valeur.
Constructeurs
SystemPropertyValue() |
Initialise une nouvelle instance de la classe SystemPropertyValue. |
Propriétés
SystemPropertyType |
Spécifie SystemPropertyType. Identifie de façon unique la propriété système. |
Value |
Spécifie la valeur de propriété système. |
Méthodes
SetProperty<T>(T, T, String) |
Modifie la propriété avec la valeur donnée. |
SetProperty<T>(T, T, String, Boolean) |
Modifie la propriété avec la valeur donnée. |