ForEachEnumeratorHostClass.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
Public Overridable Sub SetExpression ( _
bstrPropertyName As String, _
bstrExpression As String _
)
'Uso
Dim instance As ForEachEnumeratorHostClass
Dim bstrPropertyName As String
Dim bstrExpression As String
instance.SetExpression(bstrPropertyName, _
bstrExpression)
public virtual void SetExpression(
string bstrPropertyName,
string bstrExpression
)
public:
virtual void SetExpression(
[InAttribute] String^ bstrPropertyName,
[InAttribute] String^ bstrExpression
)
abstract SetExpression :
bstrPropertyName:string *
bstrExpression:string -> unit
override SetExpression :
bstrPropertyName:string *
bstrExpression:string -> unit
public 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 associate with the property.
Implementa
IDTSPropertiesProvider100.SetExpression(String, String)