Partager via


Propriété ProgressReportEventArgs.Parent

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

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

Syntaxe

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object that owns the ProgressReportEventArgs object.

Exemples

Gestion des événements SMO

Voir aussi

Référence

ProgressReportEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo