ReplacementTask Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Per altre informazioni, vedere 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
- Derivato
- Attributi
- Implementazioni
Proprietà
ExecutionValue |
Ottiene il valore dell'esecuzione. Questo campo è di sola lettura. (Ereditato da IDTSTask100) |
Metodi
Execute(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100, Object) |
Esegue l'attività. (Ereditato da IDTSTask100) |
Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100) |
Verifica che il componente sia configurato correttamente. (Ereditato da IDTSTask100) |