إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the wrapped executable for the container.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Protected Overridable Sub SetWrappedExecutable ( _
exec As IDTSExecutable100 _
)
'Usage
Dim exec As IDTSExecutable100
Me.SetWrappedExecutable(exec)
[CLSCompliantAttribute(false)]
protected virtual void SetWrappedExecutable(
IDTSExecutable100 exec
)
[CLSCompliantAttribute(false)]
protected:
virtual void SetWrappedExecutable(
IDTSExecutable100^ exec
)
[<CLSCompliantAttribute(false)>]
abstract SetWrappedExecutable :
exec:IDTSExecutable100 -> unit
[<CLSCompliantAttribute(false)>]
override SetWrappedExecutable :
exec:IDTSExecutable100 -> unit
protected function SetWrappedExecutable(
exec : IDTSExecutable100
)
Parameters
- exec
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
the executable object.