PackageRemote64Class.FailParentOnFailure 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a value that indicates whether the parent container fails when a child container fails.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Overridable Property FailParentOnFailure As Boolean
Get
Set
用法
Dim instance As PackageRemote64Class
Dim value As Boolean
value = instance.FailParentOnFailure
instance.FailParentOnFailure = value
public virtual bool FailParentOnFailure { get; set; }
public:
virtual property bool FailParentOnFailure {
bool get ();
void set (bool value);
}
abstract FailParentOnFailure : bool with get, set
override FailParentOnFailure : bool with get, set
function get FailParentOnFailure () : boolean
function set FailParentOnFailure (value : boolean)
属性值
类型:System.Boolean
true if the parent container fails when a child container fails; otherwise, false.
实现
IDTSContainer100.FailParentOnFailure