IDTSExecutable100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an interface that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class IDTSExecutable100

NameDescription
System_CAPS_pubmethodExecute(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Executes the executable.

System_CAPS_pubmethodValidate(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Verify that the executable will successfully execute by validating all its dependencies and other items before executing it.

Return to top
Show: