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 | |
---|---|---|
SystemPropertyValue | Initializes a new instance of the SystemPropertyValue class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExtensionData | Gets or sets an object that contains extra data. | |
SystemPropertyType | Gets or sets the unique ID of the system property. | |
Value | Gets or sets the value of the system property. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.