Partager via


Propriété ProgressReportEventArgs.Current

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Current As Urn 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des événements SMO

Voir aussi

Référence

ProgressReportEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo