Freigeben über


MaximumErrorCount-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

For more information, see DtsContainer.

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

Syntax

'Declaration
Property MaximumErrorCount As Integer
    Get
    Set
'Usage
Dim instance As IDTSContainer100
Dim value As Integer

value = instance.MaximumErrorCount

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

Eigenschaftenwert

Typ: System. . :: . .Int32