ProgressReportEventArgs.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
屬性值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object that owns the ProgressReportEventArgs object.