Compartilhar via


Classe SystemPropertyValue

Represents system properties and their values.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<DataContractAttribute(Name := "SystemPropertyValue", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemPropertyValue _
    Implements IExtensibleDataObject
'Uso
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

O tipo SystemPropertyValue expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SystemPropertyValue Initializes a new instance of the SystemPropertyValue class.

Início

Propriedades

  Nome Descrição
Propriedade pública ExtensionData Gets or sets an object that contains extra data.
Propriedade pública SystemPropertyType Gets or sets the unique ID of the system property.
Propriedade pública Value Gets or sets the value of the system property.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência