Compartilhar via


Propriedade do RDL ProgressReportEventArgs.Current

Gets the Urn object value that specifies the object that the operation is currently processing.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Current As Urn 
    Get
'Uso
Dim instance As ProgressReportEventArgs 
Dim value As Urn 

value = instance.Current
public Urn Current { get; }
public:
property Urn^ Current {
    Urn^ get ();
}
member Current : Urn
function get Current () : Urn

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the object that the operation is currently processing.

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ProgressReportEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo