Propriedade do RDL Parent
Gets the Urn object that is the parent of the ProgressReportEventArgs object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object that owns the ProgressReportEventArgs object.
Consulte também