Proprietà Current
Gets the Urn object value that specifies the object that the operation is currently processing.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Current As Urn
Get
'Utilizzo
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
Valore proprietà
Tipo: Urn
A Urn object value that specifies the object that the operation is currently processing.