Compartir a través de


Parent Propiedad

Gets the Urn object that is the parent of the ProgressReportEventArgs object.

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

Sintaxis

'Declaración
Public ReadOnly Property Parent As Urn
    Get
'Uso
Dim instance As ProgressReportEventArgs
Dim value As Urn

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

Valor de la propiedad

Tipo: Urn
A Urn object that owns the ProgressReportEventArgs object.