IDTSServerExecution100.SetPropertyOverrideValue メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定したオーバーライド値を使用して、Integration Services カタログの実行のインスタンスのプロパティを設定します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Sub SetPropertyOverrideValue ( _
bstrPropertyPath As String, _
bstrPropertyValue As String, _
bValueIsSensitive As Boolean _
)
'使用
Dim instance As IDTSServerExecution100
Dim bstrPropertyPath As String
Dim bstrPropertyValue As String
Dim bValueIsSensitive As Boolean
instance.SetPropertyOverrideValue(bstrPropertyPath, _
bstrPropertyValue, bValueIsSensitive)
void SetPropertyOverrideValue(
string bstrPropertyPath,
string bstrPropertyValue,
bool bValueIsSensitive
)
void SetPropertyOverrideValue(
[InAttribute] String^ bstrPropertyPath,
[InAttribute] String^ bstrPropertyValue,
[InAttribute] bool bValueIsSensitive
)
abstract SetPropertyOverrideValue :
bstrPropertyPath:string *
bstrPropertyValue:string *
bValueIsSensitive:bool -> unit
function SetPropertyOverrideValue(
bstrPropertyPath : String,
bstrPropertyValue : String,
bValueIsSensitive : boolean
)
パラメーター
- bstrPropertyPath
型: System.String
パッケージ内のプロパティのパス。
- bstrPropertyValue
型: System.String
プロパティに割り当てるオーバーライド値。
- bValueIsSensitive
型: System.Boolean
値に機微なデータが含まれていて、格納時に暗号化される場合は true、機微なデータではなく、プレーンテキストで格納される場合は false です。
説明
詳細については、「SsisServerExecution」を参照してください。