Interface IDTSTask100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines a property and methods for all the tasks in Integration Services.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")> _
Public Interface IDTSTask100
'Uso
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
O tipo IDTSTask100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ExecutionValue | Infraestrutura. Gets the value of the execution. This field is read-only. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Execute | Infraestrutura. Runs the task. | |
Validate | Infraestrutura. Verifies that the component is properly configured. |
Início
Comentários
For more information, see Task.