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.