Classe EntityStagingLoadResponse
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 the entity staging load members response message contract.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.EntityStagingLoadResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "EntityStagingLoadResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingLoadResponse
'Utilisation
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
Le type EntityStagingLoadResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EntityStagingLoadResponse() | Infrastructure. Initializes a new instance of the EntityStagingLoadResponse class. | |
EntityStagingLoadResponse(OperationResult, Collection<Identifier>) | Infrastructure. Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches. |
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 | |
---|---|---|
OperationResult | Infrastructure. Specifies the operation result. | |
StagingBatches | Infrastructure. Specifies a list of entity staging batches to be loaded. |
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.