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