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