Compartilhar via


Método IDTSPropertiesProvider100.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 property. Specify nulluma referência nula (Nothing no Visual Basic) to remove an existing expression from the property.

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

Sintaxe

'Declaração
Sub SetExpression ( _
    bstrPropertyName As String, _
    bstrExpression As String _
)
'Uso
Dim instance As IDTSPropertiesProvider100 
Dim bstrPropertyName As String 
Dim bstrExpression As String

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

Parâmetros

  • bstrPropertyName
    Tipo: System.String
    The name of the property to which to assign the expression.
  • bstrExpression
    Tipo: System.String
    The expression to assign to the property.

Comentários

For more information, see IDTSPropertiesProvider.

Consulte também

Referência

IDTSPropertiesProvider100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper