Share via


IDTSExecutable100 Interface

This API supports the SQL Server 2012 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
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface IDTSExecutable100
'Usage
Dim instance As IDTSExecutable100
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type IDTSExecutable100 =  interface end
public interface IDTSExecutable100

The IDTSExecutable100 type exposes the following members.

Methods

  Name Description
Public method Execute Infrastructure. Executes the executable.
Public method Validate Infrastructure. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace