Compartilhar via


Interface IDTSServerExecution100

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

Represents an instance of execution in the Integration Services catalog.

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

Sintaxe

'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")> _
Public Interface IDTSServerExecution100
'Uso
Dim instance As IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface class IDTSServerExecution100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")>]
type IDTSServerExecution100 =  interface end
public interface IDTSServerExecution100

O tipo IDTSServerExecution100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ExecutionID Infraestrutura. Gets a 64-bit integer that represents the unique identifier for the instance of execution.
Propriedade pública ExecutionStatus Infraestrutura. Gets the status of the instance of execution.
Propriedade pública Synchronized Infraestrutura. Gets a value that indicates whether the instance of execution is synchronized.

Início

Métodos

  Nome Descrição
Método público Dispose Infraestrutura. Releases all the resources used by the IDTSServerExecution100 class.
Método público SetCallerInfo Infraestrutura. Sets the caller information property with the specified caller information.
Método público SetParameterValue Infraestrutura. Sets the parameter with the specified value.
Método público SetPropertyOverrideValue Infraestrutura. Sets the property for an instance of execution in the Integration Services catalog with the specified override value.
Método público Start Infraestrutura. Starts an instance of execution in the Integration Services catalog.

Início

Comentários

For more information, see SsisServerExecution.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper