Share via


Executable.m_executable Field

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

The executable.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Friend m_executable As IDTSExecutable100
'Usage
Dim value As IDTSExecutable100 

value = Me.m_executable 

Me.m_executable = value
[CLSCompliantAttribute(false)]
protected internal IDTSExecutable100 m_executable
[CLSCompliantAttribute(false)]
protected public:
IDTSExecutable100^ m_executable
[<CLSCompliantAttribute(false)>]
val mutable m_executable: IDTSExecutable100
var m_executable : IDTSExecutable100

See Also

Reference

Executable Class

Microsoft.SqlServer.Dts.Runtime Namespace