Freigeben über


SystemPropertyValue-Klasse

Represents system properties and their values.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..SystemPropertyValue

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SystemPropertyValue", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemPropertyValue _
    Implements IExtensibleDataObject
'Usage
Dim instance As SystemPropertyValue
[DataContractAttribute(Name = "SystemPropertyValue", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemPropertyValue : IExtensibleDataObject
[DataContractAttribute(Name = L"SystemPropertyValue", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemPropertyValue : IExtensibleDataObject
[<DataContractAttribute(Name = "SystemPropertyValue", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertyValue =  
    class
        interface IExtensibleDataObject
    end
public class SystemPropertyValue implements IExtensibleDataObject

Der SystemPropertyValue-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SystemPropertyValue Initializes a new instance of the SystemPropertyValue class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExtensionData Gets or sets an object that contains extra data.
Öffentliche Eigenschaft SystemPropertyType Gets or sets the unique ID of the system property.
Öffentliche Eigenschaft Value Gets or sets the value of the system property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.