Interfaccia IDTSServerExecution100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents an instance of execution in the Integration Services catalog.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")> _
Public Interface IDTSServerExecution100
'Utilizzo
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
Nel tipo IDTSServerExecution100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
ExecutionID | Infrastruttura. Gets a 64-bit integer that represents the unique identifier for the instance of execution. | |
ExecutionStatus | Infrastruttura. Gets the status of the instance of execution. | |
Synchronized | Infrastruttura. Gets a value that indicates whether the instance of execution is synchronized. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Dispose | Infrastruttura. Releases all the resources used by the IDTSServerExecution100 class. | |
SetCallerInfo | Infrastruttura. Sets the caller information property with the specified caller information. | |
SetParameterValue | Infrastruttura. Sets the parameter with the specified value. | |
SetPropertyOverrideValue | Infrastruttura. Sets the property for an instance of execution in the Integration Services catalog with the specified override value. | |
Start | Infrastruttura. Starts an instance of execution in the Integration Services catalog. |
In alto
Osservazioni
For more information, see SsisServerExecution.