ReplacementTask Interface

Definição

Para obter mais informações, consulte ReplacementTaskClass.

public interface class ReplacementTask : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")>]
type ReplacementTask = interface
    interface IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")>]
type ReplacementTask = interface
    interface IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")>]
type ReplacementTask = interface
    interface IDTSTask100
Public Interface ReplacementTask
Implements IDTSTask100
Derivado
Atributos
Implementações

Propriedades

ExecutionValue

Obtém o valor da execução. Este campo é somente leitura.

(Herdado de IDTSTask100)

Métodos

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

Executa a tarefa.

(Herdado de IDTSTask100)
Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

Verifica se o componente foi configurado corretamente.

(Herdado de IDTSTask100)

Aplica-se a