次の方法で共有


PendingCommandInfo クラス

トランザクション パブリケーションへのサブスクリプションに対する保留中のコマンドの数に関する情報や、それらを処理するための大まかな推定所要時間を表します。

継承階層

System.Object
  Microsoft.SqlServer.Replication.PendingCommandInfo

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

構文

'宣言
Public NotInheritable Class PendingCommandInfo
'使用
Dim instance As PendingCommandInfo
public sealed class PendingCommandInfo
public ref class PendingCommandInfo sealed
[<SealedAttribute>]
type PendingCommandInfo =  class end
public final class PendingCommandInfo

PendingCommandInfo 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド PendingCommandInfo PendingCommandInfo クラスの新しいインスタンスを作成します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ EstimatedTimeBehind 保留中のコマンドの配信を完了するための推定所要時間を秒単位で取得します。値の設定も可能です。
パブリック プロパティ PendingCommands 配信されるのを待っている保留中のコマンドの数を取得します。値の設定も可能です。
パブリック プロパティ UserData ユーザーが独自のデータをアタッチできるオブジェクトを取得します。値の設定も可能です。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication 名前空間

TransPendingCommandInfo

その他の技術情報

レプリケーションをプログラムから監視する (RMO プログラミング)

sp_replmonitorsubscriptionpendingcmds (Transact-SQL)