AgentCore Class

マネージ レプリケーション エージェントのコア機能を実装します。

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

構文

'宣言
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ComVisibleAttribute(True)> _
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, Name:="Microsoft.SqlServer.Replication", PublicKey:="0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class AgentCore
    Inherits MarshalByRefObject
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[ComVisibleAttribute(true)] 
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, Name="Microsoft.SqlServer.Replication", PublicKey="0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")] 
public abstract class AgentCore : MarshalByRefObject
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
[ComVisibleAttribute(true)] 
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, Name=L"Microsoft.SqlServer.Replication", PublicKey=L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")] 
public ref class AgentCore abstract : public MarshalByRefObject
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, Name="Microsoft.SqlServer.Replication", PublicKey="0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8") */ 
public abstract class AgentCore extends MarshalByRefObject
EditorBrowsableAttribute(EditorBrowsableState.Never) 
ComVisibleAttribute(true) 
public abstract class AgentCore extends MarshalByRefObject

解説

AgentCore は使用しないでください。代わりに、派生エージェント クラスの SnapshotGenerationAgentMergeSynchronizationAgent、および TransSynchronizationAgent を使用してください。

継承階層

System.Object
   System.MarshalByRefObject
    Microsoft.SqlServer.Replication.AgentCore
       Microsoft.SqlServer.Replication.SnapshotGenerationAgent

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

AgentCore Members
Microsoft.SqlServer.Replication Namespace