Класс EntityStagingLoadResponse
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents the entity staging load members response message contract.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.EntityStagingLoadResponse
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "EntityStagingLoadResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingLoadResponse
'Применение
Dim instance As EntityStagingLoadResponse
[MessageContractAttribute(WrapperName = "EntityStagingLoadResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityStagingLoadResponse
[MessageContractAttribute(WrapperName = L"EntityStagingLoadResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityStagingLoadResponse
[<MessageContractAttribute(WrapperName = "EntityStagingLoadResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityStagingLoadResponse = class end
public class EntityStagingLoadResponse
Тип EntityStagingLoadResponse обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
EntityStagingLoadResponse() | Инфраструктура. Initializes a new instance of the EntityStagingLoadResponse class. |
![]() |
EntityStagingLoadResponse(OperationResult, Collection<Identifier>) | Инфраструктура. Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
![]() |
OperationResult | Инфраструктура. Specifies the operation result. |
![]() |
StagingBatches | Инфраструктура. Specifies a list of entity staging batches to be loaded. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.