ProgressReportEventArgs.Current プロパティ
現在その操作が処理しているオブジェクトを示す Urn オブジェクト値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Property Current As Urn
Get
'使用
Dim instance As ProgressReportEventArgs
Dim value As Urn
value = instance.Current
public Urn Current { get; }
public:
property Urn^ Current {
Urn^ get ();
}
member Current : Urn
function get Current () : Urn
プロパティ値
型: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
現在その操作が処理しているオブジェクトを示す Urn オブジェクトの値です。