Classe EntityStagingGetResponse
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an entity staging get return object.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.EntityStagingGetResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "EntityStagingGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingGetResponse
'Utilisation
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
Le type EntityStagingGetResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EntityStagingGetResponse() | Infrastructure. Initializes a new instance of the EntityStagingGetResponse class. | |
EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult) | Infrastructure. Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
BatchCount | Infrastructure. Specifies the total number of batches. | |
Batches | Infrastructure. Specifies a list of entity staging batches. | |
OperationResult | Infrastructure. Specifies the operation result. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.