Класс 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