Compartir a través de


ProgressReportEventArgs.Current Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ProgressReportEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo