Classe SystemPropertyValue
Represents system properties and their values.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.SystemPropertyValue
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "SystemPropertyValue", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemPropertyValue _
Inherits DataContractBase
'Utilizzo
Dim instance As SystemPropertyValue
[DataContractAttribute(Name = "SystemPropertyValue", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemPropertyValue : DataContractBase
[DataContractAttribute(Name = L"SystemPropertyValue", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemPropertyValue : public DataContractBase
[<DataContractAttribute(Name = "SystemPropertyValue", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertyValue =
class
inherit DataContractBase
end
public class SystemPropertyValue extends DataContractBase
Nel tipo SystemPropertyValue sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SystemPropertyValue | Initializes a new instance of the SystemPropertyValue class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. | |
SystemPropertyType | Gets or sets the unique ID of the system property. | |
Value | Gets or sets the value of the system property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.