Поделиться через


Класс SystemDomainList

Defines the data contract for a system domain list.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SystemDomainList

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "SystemDomainList", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemDomainList _
    Inherits DataContractBase
'Применение
Dim instance As SystemDomainList
[DataContractAttribute(Name = "SystemDomainList", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemDomainList : DataContractBase
[DataContractAttribute(Name = L"SystemDomainList", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemDomainList sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SystemDomainList", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainList =  
    class 
        inherit DataContractBase 
    end
public final class SystemDomainList extends DataContractBase

Тип SystemDomainList обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SystemDomainList Initializes a new instance of the SystemDomainList class.

В начало

Свойства

  Имя Описание
Открытое свойство Code Gets or sets the domain list code.
Открытое свойство Items Gets or sets the list of items.
Открытое свойство Name Gets or sets the domain list name.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts