Interfaccia ReplacementTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see ReplacementTaskClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")> _
Public Interface ReplacementTask _
    Inherits IDTSTask100
'Utilizzo
Dim instance As ReplacementTask
[GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface ReplacementTask : IDTSTask100
[GuidAttribute(L"B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface class ReplacementTask : IDTSTask100
[<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")>]
type ReplacementTask =  
    interface 
        interface IDTSTask100 
    end
public interface ReplacementTask extends IDTSTask100

Nel tipo ReplacementTask sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ExecutionValue Infrastruttura. Gets the value of the execution. This field is read-only. Ereditato da IDTSTask100.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Execute Infrastruttura. Runs the task. Ereditato da IDTSTask100.
Metodo pubblico Validate Infrastruttura. Verifies that the component is properly configured. Ereditato da IDTSTask100.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper