Classe SystemDomainListItem
Represents an item in a system domain list.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..SystemDomainListItem
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "SystemDomainListItem", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemDomainListItem _
Implements IExtensibleDataObject
'Utilizzo
Dim instance As SystemDomainListItem
[DataContractAttribute(Name = "SystemDomainListItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListItem : IExtensibleDataObject
[DataContractAttribute(Name = L"SystemDomainListItem", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemDomainListItem : IExtensibleDataObject
[<DataContractAttribute(Name = "SystemDomainListItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListItem =
class
interface IExtensibleDataObject
end
public class SystemDomainListItem implements IExtensibleDataObject
Nel tipo SystemDomainListItem sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
SystemDomainListItem | Initializes a new instance of the SystemDomainListItem class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ExtensionData | Gets or sets an object that contains extra data. |
![]() |
ListGroup | Gets or sets the list group, or category, to which the item belongs. |
![]() |
Name | Gets or sets the display name portion of the item. |
![]() |
Value | Gets or sets the item value. |
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
Osservazioni
System domain list items cannot be updated and are read-only.
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.