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 | |
---|---|---|
ExecutionID | Infraestrutura. Gets a 64-bit integer that represents the unique identifier for the instance of execution. | |
ExecutionStatus | Infraestrutura. Gets the status of the instance of execution. | |
Synchronized | Infraestrutura. Gets a value that indicates whether the instance of execution is synchronized. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Dispose | Infraestrutura. Releases all the resources used by the IDTSServerExecution100 class. | |
SetCallerInfo | Infraestrutura. Sets the caller information property with the specified caller information. | |
SetParameterValue | Infraestrutura. Sets the parameter with the specified value. | |
SetPropertyOverrideValue | Infraestrutura. Sets the property for an instance of execution in the Integration Services catalog with the specified override value. | |
Start | Infraestrutura. Starts an instance of execution in the Integration Services catalog. |
Início
Comentários
For more information, see SsisServerExecution.