Package.SafeRecursiveProjectPackageExecution 屬性
Gets or sets a value that indicates whether recursive execution of the package is safe.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Property SafeRecursiveProjectPackageExecution As Boolean
Get
Set
'用途
Dim instance As Package
Dim value As Boolean
value = instance.SafeRecursiveProjectPackageExecution
instance.SafeRecursiveProjectPackageExecution = value
[BrowsableAttribute(false)]
public bool SafeRecursiveProjectPackageExecution { get; set; }
[BrowsableAttribute(false)]
public:
property bool SafeRecursiveProjectPackageExecution {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
member SafeRecursiveProjectPackageExecution : bool with get, set
function get SafeRecursiveProjectPackageExecution () : boolean
function set SafeRecursiveProjectPackageExecution (value : boolean)
屬性值
型別:System.Boolean
true if recursive execution of the package is safe; otherwise, false.