IDTSPackageInternal100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents an interface implemented by the collection of IDTSPackageInternal100 container that need to have the internal property.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("1A7140A7-7BF0-45C3-98A4-1EE32992B384")> _
Public Interface IDTSPackageInternal100
用法
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
IDTSPackageInternal100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Parameters | 基础结构。Gets the parameters used for this class. |
页首
方法
名称 | 说明 | |
---|---|---|
SetFlagRunningInOutProcess | 基础结构。Sets the flag running the incoming and outgoing process. | |
SetISServerExecutionID | 基础结构。Sets the Integration Services server execution ID of the package. | |
SSISExecSuspend | 基础结构。Returns a String that contains the combined id and exec type. |
页首