共用方式為


IDTSProjectAccessor100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents an interface for the DTS project assessor.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")> _
Public Interface IDTSProjectAccessor100
'用途
Dim instance As IDTSProjectAccessor100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")]
public interface IDTSProjectAccessor100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C040D4A3-B096-4E7D-A40C-F1751238EB13")]
public interface class IDTSProjectAccessor100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")>]
type IDTSProjectAccessor100 =  interface end
public interface IDTSProjectAccessor100

IDTSProjectAccessor100 型別公開下列成員。

方法

  名稱 說明
公用方法 CloseProject 基礎結構。Closes a specified project for the project assessor.
公用方法 CreateSsisServerExecution 基礎結構。Creates an SSIS server execution.
公用方法 OpenProject 基礎結構。Opens a specified project for the project assessor.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間