Propriedade do RDL EntityStagingBatchCriteria.BatchId
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 an identifier that uniquely identifies the batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchId As Identifier
Get
Set
'Uso
Dim instance As EntityStagingBatchCriteria
Dim value As Identifier
value = instance.BatchId
instance.BatchId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier BatchId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ BatchId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchId : Identifier with get, set
function get BatchId () : Identifier
function set BatchId (value : Identifier)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
A new instance of type identifier.
Consulte também
Referência
EntityStagingBatchCriteria Classe
Namespace Microsoft.MasterDataServices.Services.DataContracts