Freigeben über


IDTSServerExecution100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSServerExecution100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExecutionID Infrastruktur Gets a 64-bit integer that represents the unique identifier for the instance of execution.
Öffentliche Eigenschaft ExecutionStatus Infrastruktur Gets the status of the instance of execution.
Öffentliche Eigenschaft Synchronized Infrastruktur Gets a value that indicates whether the instance of execution is synchronized.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Infrastruktur Releases all the resources used by the IDTSServerExecution100 class.
Öffentliche Methode SetCallerInfo Infrastruktur Sets the caller information property with the specified caller information.
Öffentliche Methode SetParameterValue Infrastruktur Sets the parameter with the specified value.
Öffentliche Methode SetPropertyOverrideValue Infrastruktur Sets the property for an instance of execution in the Integration Services catalog with the specified override value.
Öffentliche Methode Start Infrastruktur Starts an instance of execution in the Integration Services catalog.

Zum Anfang

Hinweise

For more information, see SsisServerExecution.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace