Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Urn object that is the parent of the ProgressReportEventArgs object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As Urn
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object that owns the ProgressReportEventArgs object.