Parent 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As Urn
    Get
用法
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

属性值

类型:Urn
A Urn object that owns the ProgressReportEventArgs object.