Compartilhar via


Interface IDTSExecutable100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents an interface that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface IDTSExecutable100
'Uso
Dim instance As IDTSExecutable100
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type IDTSExecutable100 =  interface end
public interface IDTSExecutable100

O tipo IDTSExecutable100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Execute Infraestrutura. Executes the executable.
Método público Validate Infraestrutura. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper