共用方式為


SsisServerExecution.SetPropertyOverrideValue 方法

Sets the property value to the SsisServerExecution instance.

命名空間:  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
)

參數

  • valueIsSensitive
    型別:System.Boolean
    Indicates whether the property value is sensitive.

實作

IDTSServerExecution100.SetPropertyOverrideValue(String, String, Boolean)

請參閱

參考

SsisServerExecution 類別

Microsoft.SqlServer.Dts.Runtime 命名空間