Classe EntityStagingClearRequest
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 request message for specifying the array of batches to clear.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.EntityStagingClearRequest
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "EntityStagingClearRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingClearRequest
'Utilisation
Dim instance As EntityStagingClearRequest
[MessageContractAttribute(WrapperName = "EntityStagingClearRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityStagingClearRequest
[MessageContractAttribute(WrapperName = L"EntityStagingClearRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityStagingClearRequest
[<MessageContractAttribute(WrapperName = "EntityStagingClearRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityStagingClearRequest = class end
public class EntityStagingClearRequest
Le type EntityStagingClearRequest expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EntityStagingClearRequest() | Infrastructure. Initializes a new instance of the EntityStagingClearRequest class with default values. | |
EntityStagingClearRequest(International, Int32, Identifier) | Infrastructure. Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId. |
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 | |
---|---|---|
BatchId | Infrastructure. Specifies the batch to set to “pending clear”. | |
International | Infrastructure. Specifies the value indicating whether to use client localization information. | |
ModelId | Infrastructure. Specifies the model ID of the entity. |
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.