Freigeben über


IDTSPackageInternal100-Schnittstelle

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

Represents an interface implemented by the collection of IDTSPackageInternal100 container that need to have the internal property.

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

Syntax

'Declaration
<GuidAttribute("1A7140A7-7BF0-45C3-98A4-1EE32992B384")> _
Public Interface IDTSPackageInternal100
'Usage
Dim instance As IDTSPackageInternal100
[GuidAttribute("1A7140A7-7BF0-45C3-98A4-1EE32992B384")]
public interface IDTSPackageInternal100
[GuidAttribute(L"1A7140A7-7BF0-45C3-98A4-1EE32992B384")]
public interface class IDTSPackageInternal100
[<GuidAttribute("1A7140A7-7BF0-45C3-98A4-1EE32992B384")>]
type IDTSPackageInternal100 =  interface end
public interface IDTSPackageInternal100

Der IDTSPackageInternal100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Parameters Infrastruktur Gets the parameters used for this class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode SetFlagRunningInOutProcess Infrastruktur Sets the flag running the incoming and outgoing process.
Öffentliche Methode SetISServerExecutionID Infrastruktur Sets the Integration Services server execution ID of the package.
Öffentliche Methode SSISExecSuspend Infrastruktur Returns a String that contains the combined id and exec type.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace