PercentCompleteEventArgs.Percent プロパティ
整数の倍数単位で使用され、進行状況をレポートするポイントをマークする割合値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public ReadOnly Property Percent As Integer
Get
'使用
Dim instance As PercentCompleteEventArgs
Dim value As Integer
value = instance.Percent
public int Percent { get; }
public:
property int Percent {
int get ();
}
member Percent : int
function get Percent () : int
プロパティ値
型: System.Int32
割合値です。
説明
この割合値の整数倍に到達した後のあるポイントで、割合値がレポートされます。 Percent プロパティ値が 10 の場合、10% の倍数の後に進行状況がレポートされることを意味します。 進行状況がレポートされる実際のポイントは、ディスクへの書き込み操作が一時停止したときです。そのため、このポイントが Percent プロパティ値の正確な倍数の位置と一致しないことがあります。