IDTSTask100 Interfaccia

Definizione

Definisce una proprietà e metodi per tutte le attività in Integration Services.

public interface class IDTSTask100
[System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSTask100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")]
public interface IDTSTask100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")]
public interface IDTSTask100
[<System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSTask100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")>]
type IDTSTask100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")>]
type IDTSTask100 = interface
Public Interface IDTSTask100
Derivato
Attributi

Commenti

Per altre informazioni, vedere Task.

Proprietà

ExecutionValue

Ottiene il valore dell'esecuzione. Questo campo è di sola lettura.

Metodi

Execute(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100, Object)

Esegue l'attività.

Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

Verifica che il componente sia configurato correttamente.

Si applica a