Executable.m_executable Field
This field supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
This field 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 IDTSExecutable90
[CLSCompliantAttribute(false)]
protected internal IDTSExecutable90 m_executable
[CLSCompliantAttribute(false)]
protected public:
IDTSExecutable90^ m_executable
/** @attribute CLSCompliantAttribute(false) */
protected IDTSExecutable90 m_executable
CLSCompliantAttribute(false)
protected internal var m_executable : IDTSExecutable90
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Executable Class
Executable Members
Microsoft.SqlServer.Dts.Runtime Namespace