Condividi tramite


Classe SystemDomainList

Represents a system domain list.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.SystemDomainList

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "SystemDomainList", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemDomainList _
    Inherits DataContractBase
'Utilizzo
Dim instance As SystemDomainList
[DataContractAttribute(Name = "SystemDomainList", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainList : DataContractBase
[DataContractAttribute(Name = L"SystemDomainList", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemDomainList : public DataContractBase
[<DataContractAttribute(Name = "SystemDomainList", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainList =  
    class
        inherit DataContractBase
    end
public class SystemDomainList extends DataContractBase

Nel tipo SystemDomainList sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SystemDomainList Initializes a new instance of the SystemDomainList class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Code Gets or sets the domain list code.
Proprietà pubblica ExtensionData Gets or sets the structure that contains extra data. Ereditato da DataContractBase.
Proprietà pubblica Items Gets or sets the domain list of items.
Proprietà pubblica Name Gets or sets the domain list name.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

System domain lists 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices