次の方法で共有


MergeSessionDetail.PercentOfTotalTime プロパティ

このステップで使用された時間を、セッションの同期時間全体のパーセンテージとして取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property PercentOfTotalTime As Decimal 
    Get 
    Set
'使用
Dim instance As MergeSessionDetail 
Dim value As Decimal 

value = instance.PercentOfTotalTime

instance.PercentOfTotalTime = value
public decimal PercentOfTotalTime { get; set; }
public:
property Decimal PercentOfTotalTime {
    Decimal get ();
    void set (Decimal value);
}
member PercentOfTotalTime : decimal with get, set
function get PercentOfTotalTime () : decimal 
function set PercentOfTotalTime (value : decimal)

プロパティ値

型: System.Decimal
パーセンテージを表す Decimal 値です。

説明

このプロパティは、すべてのユーザーが取得または設定できます。

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

MergeSessionDetail クラス

Microsoft.SqlServer.Replication 名前空間