次の方法で共有


AgentApplication クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Represents the application of the replication agent.

継承階層

System.Object
  Microsoft.SqlServer.Replication.AgentApplication

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

構文

'宣言
<ComVisibleAttribute(False)> _
Public MustInherit Class AgentApplication
'使用
Dim instance As AgentApplication
[ComVisibleAttribute(false)]
public abstract class AgentApplication
[ComVisibleAttribute(false)]
public ref class AgentApplication abstract
[<AbstractClassAttribute>]
[<ComVisibleAttribute(false)>]
type AgentApplication =  class end
public abstract class AgentApplication

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

コンストラクター

  名前 説明
プロテクト メソッド AgentApplication インフラストラクチャです。Initializes a new instance of the AgentApplication class.

先頭に戻る

プロパティ

  名前 説明
プロテクト プロパティ静的メンバー Strict6xParameterParsing インフラストラクチャです。Gets or sets a value that indicates whether the parameter is strictly parsed six times.

先頭に戻る

メソッド

  名前 説明
プロテクト メソッド静的メンバー AgentMain(AgentCore) インフラストラクチャです。Specifies the replication agent with the specified agent core.
プロテクト メソッド静的メンバー AgentMain(AgentCore, String) インフラストラクチャです。Specifies the replication agent with the specified agent core and command line.
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Replication 名前空間