Compartir a través de


IDTSPropertiesProvider100.SetExpression Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Assigns the specified expression to the property. Specify nulles una referencia NULL (Nothing en Visual Basic). to remove an existing expression from the property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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.

Comentarios

For more information, see IDTSPropertiesProvider.

Vea también

Referencia

IDTSPropertiesProvider100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper