次の方法で共有


SSISExecutionParameter クラス

定義

SSIS 実行パラメーター。

public class SSISExecutionParameter
type SSISExecutionParameter = class
Public Class SSISExecutionParameter
継承
SSISExecutionParameter

コンストラクター

SSISExecutionParameter()

SSISExecutionParameter クラスの新しいインスタンスを初期化します。

SSISExecutionParameter(Object)

SSISExecutionParameter クラスの新しいインスタンスを初期化します。

プロパティ

Value

SSIS パッケージの実行パラメーター値を取得または設定します。 型: string (または resultType 文字列を含む式)。

メソッド

Validate()

オブジェクトを検証します。

適用対象