Compartilhar via


Método IDTSProperty100.SetExpression

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Assigns the specified expression to the object.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub SetExpression ( _
    pObject As Object, _
    bstrExpression As String _
)
'Uso
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
)

Parâmetros

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

Comentários

For more information, see DtsProperty.

Consulte também

Referência

IDTSProperty100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper