Partilhar via


Propriedade do RDL EntityStagingProcessRequest.BatchTag

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the batch tag to identify the staging batch.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property BatchTag As String 
    Get 
    Set
'Uso
Dim instance As EntityStagingProcessRequest 
Dim value As String 

value = instance.BatchTag

instance.BatchTag = value
[MessageBodyMemberAttribute]
public string BatchTag { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ BatchTag {
    String^ get ();
    void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member BatchTag : string with get, set
function get BatchTag () : String 
function set BatchTag (value : String)

Valor da propriedade

Tipo: System.String
The batch tag to identify the staging batch.

Consulte também

Referência

EntityStagingProcessRequest Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts