AgentCore.AbortPolicy Property
Gets or sets how running replication agent threads are terminated when an unanticipated shutdown occurs.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
Public Property AbortPolicy As AbortPolicy
public AbortPolicy AbortPolicy { get; set; }
public:
property AbortPolicy AbortPolicy {
AbortPolicy get ();
void set (AbortPolicy value);
}
/** @property */
public AbortPolicy get_AbortPolicy ()
/** @property */
public void set_AbortPolicy (AbortPolicy value)
public function get AbortPolicy () : AbortPolicy
public function set AbortPolicy (value : AbortPolicy)
Property Value
An AbortPolicy value.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AgentCore Class
AgentCore Members
Microsoft.SqlServer.Replication Namespace