ApplicationClass クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パッケージ オブジェクトを検出し、アクセスします。
public ref class ApplicationClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1A57A728-F8B3-4D6F-AB99-CFE8923513E6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("4F0FC44B-C99C-441D-B86A-D60D7E22143D")]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("0B4B4339-1499-4555-88A8-8C21C530AF19")]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("1A57A728-F8B3-4D6F-AB99-CFE8923513E6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ApplicationClass = class
interface IDTSApplication130
interface Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("4F0FC44B-C99C-441D-B86A-D60D7E22143D")>]
type ApplicationClass = class
interface IDTSApplication130
interface Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("0B4B4339-1499-4555-88A8-8C21C530AF19")>]
type ApplicationClass = class
interface IDTSApplication150
interface Application
Public Class ApplicationClass
Implements Application
- 継承
-
ApplicationClass
- 属性
- 実装
コンストラクター
ApplicationClass() |
ApplicationClass クラスの新しいインスタンスを初期化します。 |
プロパティ
CheckSignatureOnLoad |
ランタイムがパッケージを読み込むときにパッケージのデジタル署名を確認するかどうかを示す値を取得します。値の設定も可能です。 |
ComponentStorePath |
パイプライン コンポーネントが格納されている場所のパスを返します。 このプロパティは読み取り専用です。 |
ConnectionInfos |
ConnectionInfos オブジェクトを含む ConnectionInfo コレクションを返します。 このプロパティは読み取り専用です。 |
DataTypeInfos |
DataTypeInfos オブジェクトを含む DataTypeInfo コレクションを返します。 このプロパティは読み取り専用です。 |
DBProviderInfos |
アプリケーション内の DBProviderInfos オブジェクトを含む DBProviderInfo コレクションを返します。 このプロパティは読み取り専用です。 |
ForEachEnumeratorInfos |
ForEachEnumeratorInfos オブジェクトを含む ForEachEnumeratorInfo コレクションを返します。 このプロパティは読み取り専用です。 |
LogProviderInfos |
LogProviderInfos オブジェクトを含む LogProviderInfo コレクションを返します。 このプロパティは読み取り専用です。 |
PackagePassword |
パッケージのパスワードの値を設定します。 このプロパティは書き込み専用です。 |
PackageUpgradeOptions |
アップグレード処理中に Integration Services パッケージのコレクションに適用するアップグレード オプションを示す値を取得します。値の設定も可能です。 |
PipelineComponentInfos |
PipelineComponentInfos オブジェクトを含む PipelineComponentInfo コレクションを返します。 |
ProjectPassword |
パッケージのプロジェクト パスワードの値を設定します。 |
TaskInfos | |
UpdateObjects |
更新バージョンが検出されたときのパッケージの読み込み時に、拡張可能なオブジェクトを更新できるかどうかを示す Boolean を取得します。値の設定も可能です。 |
UpdatePackage |
更新バージョンが検出されたときにパッケージを更新できるかどうかを示す Boolean を取得します。値の設定も可能です。 |