Classe EntityStagingClearRequest
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a request message for specifying the array of batches to clear.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.EntityStagingClearRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "EntityStagingClearRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingClearRequest
'Uso
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
O tipo EntityStagingClearRequest expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityStagingClearRequest() | Infraestrutura. Initializes a new instance of the EntityStagingClearRequest class with default values. | |
EntityStagingClearRequest(International, Int32, Identifier) | Infraestrutura. Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
BatchId | Infraestrutura. Specifies the batch to set to “pending clear”. | |
International | Infraestrutura. Specifies the value indicating whether to use client localization information. | |
ModelId | Infraestrutura. Specifies the model ID of the entity. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.