Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents an item in a system domain list.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.SystemDomainListItem
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "SystemDomainListItem", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemDomainListItem _
Inherits DataContractBase
'Применение
Dim instance As SystemDomainListItem
[DataContractAttribute(Name = "SystemDomainListItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListItem : DataContractBase
[DataContractAttribute(Name = L"SystemDomainListItem", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemDomainListItem : public DataContractBase
[<DataContractAttribute(Name = "SystemDomainListItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListItem =
class
inherit DataContractBase
end
public class SystemDomainListItem extends DataContractBase
Тип SystemDomainListItem обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
SystemDomainListItem | Initializes a new instance of the SystemDomainListItem class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
![]() |
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. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
System domain list items cannot be updated and are read-only.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)