次の方法で共有


SsisServerExecution.SetPropertyOverrideValue メソッド

プロパティ値を SsisServerExecution インスタンスに設定します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Sub SetPropertyOverrideValue ( _
    propertyPath As String, _
    propertyValue As String, _
    valueIsSensitive As Boolean _
)
'使用
Dim instance As SsisServerExecution 
Dim propertyPath As String 
Dim propertyValue As String 
Dim valueIsSensitive As Boolean

instance.SetPropertyOverrideValue(propertyPath, _
    propertyValue, valueIsSensitive)
public void SetPropertyOverrideValue(
    string propertyPath,
    string propertyValue,
    bool valueIsSensitive
)
public:
virtual void SetPropertyOverrideValue(
    String^ propertyPath, 
    String^ propertyValue, 
    bool valueIsSensitive
) sealed
abstract SetPropertyOverrideValue : 
        propertyPath:string * 
        propertyValue:string * 
        valueIsSensitive:bool -> unit  
override SetPropertyOverrideValue : 
        propertyPath:string * 
        propertyValue:string * 
        valueIsSensitive:bool -> unit
public final function SetPropertyOverrideValue(
    propertyPath : String, 
    propertyValue : String, 
    valueIsSensitive : boolean
)

パラメーター

  • propertyPath
    型: System.String
    プロパティのパスです。
  • valueIsSensitive
    型: System.Boolean
    プロパティ値が機微であるかどうかを示します。

実装

IDTSServerExecution100.SetPropertyOverrideValue(String, String, Boolean)

関連項目

参照

SsisServerExecution クラス

Microsoft.SqlServer.Dts.Runtime 名前空間