Partager via


Current propriété

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 (dans 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 la propriété

Type : Urn
A Urn object value that specifies the object that the operation is currently processing.