Partager via


Méthode IDTSProperty100.SetExpression

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

Assigns the specified expression to the object.

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

Syntaxe

'Déclaration
Sub SetExpression ( _
    pObject As Object, _
    bstrExpression As String _
)
'Utilisation
Dim instance As IDTSProperty100 
Dim pObject As Object 
Dim bstrExpression As String

instance.SetExpression(pObject, bstrExpression)
void SetExpression(
    Object pObject,
    string bstrExpression
)
void SetExpression(
    [InAttribute] Object^ pObject, 
    [InAttribute] String^ bstrExpression
)
abstract SetExpression : 
        pObject:Object * 
        bstrExpression:string -> unit
function SetExpression(
    pObject : Object, 
    bstrExpression : String
)

Paramètres

  • pObject
    Type : System.Object
    The name of the object to which to assign the expression.

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

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