Partager via


Méthode IDTSServerExecution100.SetPropertyOverrideValue

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Sets the property for an instance of execution in the Integration Services catalog with the specified override value.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub SetPropertyOverrideValue ( _
    bstrPropertyPath As String, _
    bstrPropertyValue As String, _
    bValueIsSensitive As Boolean _
)
'Utilisation
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
)

Paramètres

  • bstrPropertyPath
    Type : System.String
    The path to the property in the package.
  • bstrPropertyValue
    Type : System.String
    The override value to assign to the property.
  • bValueIsSensitive
    Type : System.Boolean
    true if the value contains sensitive data and is encrypted when stored; false if the value is not sensitive data and is stored in plaintext.

Notes

For more information, see SsisServerExecution.

Voir aussi

Référence

IDTSServerExecution100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper