Partilhar via


Propriedade do RDL EntityStagingBatch.ProcessedStart

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 time processing started for the batch.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ProcessedStart As DateTime
    Get
    Set
'Uso
Dim instance As EntityStagingBatch
Dim value As DateTime

value = instance.ProcessedStart

instance.ProcessedStart = value
[DataMemberAttribute(EmitDefaultValue = false)]
public DateTime ProcessedStart { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property DateTime ProcessedStart {
    DateTime get ();
    void set (DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ProcessedStart : DateTime with get, set
function get ProcessedStart () : DateTime
function set ProcessedStart (value : DateTime)

Valor da propriedade

Tipo: System.DateTime
The time processing started for the batch.

Consulte também

Referência

EntityStagingBatch Classe

Namespace Microsoft.MasterDataServices