IDTSServerExecution100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an instance of execution in the Integration Services catalog.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")> _
Public Interface IDTSServerExecution100
'Usage
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
The IDTSServerExecution100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExecutionID | Infrastructure. Gets a 64-bit integer that represents the unique identifier for the instance of execution. | |
ExecutionStatus | Infrastructure. Gets the status of the instance of execution. | |
Synchronized | Infrastructure. Gets a value that indicates whether the instance of execution is synchronized. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Infrastructure. Releases all the resources used by the IDTSServerExecution100 class. | |
SetCallerInfo | Infrastructure. Sets the caller information property with the specified caller information. | |
SetParameterValue | Infrastructure. Sets the parameter with the specified value. | |
SetPropertyOverrideValue | Infrastructure. Sets the property for an instance of execution in the Integration Services catalog with the specified override value. | |
Start | Infrastructure. Starts an instance of execution in the Integration Services catalog. |
Top
Remarks
For more information, see SsisServerExecution.