Classe EntityStagingClearResponse
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 a response message that specifies counts for the batches and attribute, member, and relationship records cleared.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.EntityStagingClearResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "EntityStagingClearResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingClearResponse
'Utilisation
Dim instance As EntityStagingClearResponse
[MessageContractAttribute(WrapperName = "EntityStagingClearResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityStagingClearResponse
[MessageContractAttribute(WrapperName = L"EntityStagingClearResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityStagingClearResponse
[<MessageContractAttribute(WrapperName = "EntityStagingClearResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityStagingClearResponse = class end
public class EntityStagingClearResponse
Le type EntityStagingClearResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EntityStagingClearResponse() | Infrastructure. Initializes a new instance of the EntityStagingClearResponse class. | |
EntityStagingClearResponse(OperationResult) | Infrastructure. Initializes a new instance of the EntityStagingClearResponse class that has the specified 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 | |
---|---|---|
OperationResult | Infrastructure. Specifies the result of an operation. |
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.