IDTSProject100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パッケージおよびパラメーターを格納するインターフェイスを表します。
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) |
プロジェクトのパスワードを照合します。 |