DtsContainer.ForceExecutionValue プロパティ
コンテナーの実行値に特定の値を適用する必要があるかどうかを示す Boolean を取得または設定します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Property ForceExecutionValue As Boolean
Get
Set
'使用
Dim instance As DtsContainer
Dim value As Boolean
value = instance.ForceExecutionValue
instance.ForceExecutionValue = value
public bool ForceExecutionValue { get; set; }
public:
property bool ForceExecutionValue {
bool get ();
void set (bool value);
}
member ForceExecutionValue : bool with get, set
function get ForceExecutionValue () : boolean
function set ForceExecutionValue (value : boolean)
プロパティ値
型: System.Boolean
コンテナーの実行値に特定の値を適用する必要があるかどうかを示す Boolean です。
説明
オプションの強制実行値を返すには、ForceExecutionValue プロパティを True に設定し、ForcedExecutionValue プロパティに値を指定します。