इसके माध्यम से साझा किया गया


EventHandlerClass.MaximumErrorCount Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see DtsEventHandler.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property MaximumErrorCount As Integer
    Get
    Set
'Usage
Dim instance As EventHandlerClass
Dim value As Integer

value = instance.MaximumErrorCount

instance.MaximumErrorCount = value
public virtual int MaximumErrorCount { get; set; }
public:
virtual property int MaximumErrorCount {
    int get ();
    void set (int value);
}
abstract MaximumErrorCount : int with get, set
override MaximumErrorCount : int with get, set
function get MaximumErrorCount () : int
function set MaximumErrorCount (value : int)

Property Value

Type: System.Int32

Implements

IDTSContainer100.MaximumErrorCount