次の方法で共有


MergeSessionSummary.NumberOfDownloads プロパティ

セッション中にダウンロードされた行数を取得します。値の設定も可能です。

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

構文

'宣言
Public Property NumberOfDownloads As Integer 
    Get 
    Set
'使用
Dim instance As MergeSessionSummary 
Dim value As Integer 

value = instance.NumberOfDownloads

instance.NumberOfDownloads = value
public int NumberOfDownloads { get; set; }
public:
property int NumberOfDownloads {
    int get ();
    void set (int value);
}
member NumberOfDownloads : int with get, set
function get NumberOfDownloads () : int 
function set NumberOfDownloads (value : int)

プロパティ値

型: System.Int32
Int32 値です。

説明

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

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

関連項目

参照

MergeSessionSummary クラス

Microsoft.SqlServer.Replication 名前空間