Interfaccia IDTSTask100

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

Defines a property and methods for all the tasks in Integration Services.

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 IDTSTask100
'Utilizzo
Dim instance As IDTSTask100
[GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface IDTSTask100
[GuidAttribute(L"B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface class IDTSTask100
[<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")>]
type IDTSTask100 =  interface end
public interface IDTSTask100

Nel tipo IDTSTask100 sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

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

In alto

Osservazioni

For more information, see Task.

Vedere anche

Riferimento

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