Propriedade do RDL EntityStagingBatch.EntityId
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 entity the batch is associated with.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property EntityId As Identifier
Get
Set
'Uso
Dim instance As EntityStagingBatch
Dim value As Identifier
value = instance.EntityId
instance.EntityId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier EntityId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ EntityId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member EntityId : Identifier with get, set
function get EntityId () : Identifier
function set EntityId (value : Identifier)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Identifier
The entity the batch is associated with.