Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Assigns the specified expression to the object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub SetExpression ( _
pObject As Object, _
bstrExpression As String _
)
'Utilisation
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
)
Paramètres
- pObject
Type : System.Object
The name of the object to which to assign the expression.
- bstrExpression
Type : System.String
The expression.
Notes
For more information, see DtsProperty.