MaximumErrorCount プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「ForEachLoop」を参照してください。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable Property MaximumErrorCount As Integer
Get
Set
'使用
Dim instance As ForEachLoopClass
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)