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.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintassi
'Dichiarazione
<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
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Executable Class
Executable Members
Microsoft.SqlServer.Dts.Runtime Namespace