AgentCore Class

Implements the core functionality for managed replication agents.

命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (in 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

備註

Do not use AgentCore. Instead use the derived agent classes SnapshotGenerationAgent, MergeSynchronizationAgent, and TransSynchronizationAgent.

Inheritance Hierarchy

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

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

AgentCore Members
Microsoft.SqlServer.Replication Namespace