Metodo IDTSProperty100.SetExpression
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Assigns the specified expression to the object.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub SetExpression ( _
pObject As Object, _
bstrExpression As String _
)
'Utilizzo
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
)
Parametri
- pObject
Tipo: System.Object
The name of the object to which to assign the expression.
- bstrExpression
Tipo: System.String
The expression.
Osservazioni
For more information, see DtsProperty.