IDTSPackageInternal100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The IDTSPackageInternal100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Parameters | Infrastructure. Gets the parameters used for this class. |
Top
Methods
Name | Description | |
---|---|---|
SetFlagRunningInOutProcess | Infrastructure. Sets the flag running the incoming and outgoing process. | |
SetISServerExecutionID | Infrastructure. Sets the Integration Services server execution ID of the package. | |
SSISExecSuspend | Infrastructure. Returns a String that contains the combined id and exec type. |
Top