IDTSProject100 インターフェイス

定義

パッケージとパラメータを含むインターフェースを表します。

public interface class IDTSProject100
[System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")]
public interface IDTSProject100
[<System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")>]
type IDTSProject100 = interface
Public Interface IDTSProject100
属性

プロパティ

名前 説明
OfflineMode

プロジェクトがオフラインモードかどうかを示す値を取得または設定します。

ProtectionLevelRequireConsistency

プロジェクトの保護レベルに対して一貫性が必要かどうかを判断します。

メソッド

名前 説明
ContainsPackage(String)

パッケージがプロジェクトに含まれているかどうかを指定します。

EnsureConnectionsAreLoaded()

プロジェクト用の接続が読み込まれていることを保証します。

GetConfiguredPackageByName(String)

設定済みパッケージの名前で取得します。

GetConnections()

パッケージの接続を手に入れます。

GetPackage(Int32, String)

プロジェクトのパッケージを受け取る。

GetPackageByName(String)

荷物を名前で受け取る。

GetPackageCount()

プロジェクトのパッケージ番号を返します。

GetPackageNoLoad(Int32, String)

荷物が入っていない荷物を受け取る。

GetParameter(Int32)

プロジェクトのパラメータのコレクションを取得します。

GetParameterCount()

パラメータの数を得ます。

GetParameterVariable(Int32)

プロジェクトのパラメータ変数を取得します。

GetParameterVariableByID(String)

パラメータ変数を識別子で取得します。

GetParameterVariableByName(String)

パラメータ変数を名前で取得します。

GetProtectionLevel()

プロジェクトの保護レベルを得ます。

GetVariables()

プロジェクトの変数を取得します。

MatchPassword(String)

プロジェクトのパスワードと一致します。

適用対象