Metodo IDTSProperty100.GetExpression
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the expression for the specified object.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetExpression ( _
pObject As Object _
) As String
'Utilizzo
Dim instance As IDTSProperty100
Dim pObject As Object
Dim returnValue As String
returnValue = instance.GetExpression(pObject)
string GetExpression(
Object pObject
)
String^ GetExpression(
[InAttribute] Object^ pObject
)
abstract GetExpression :
pObject:Object -> string
function GetExpression(
pObject : Object
) : String
Parametri
- pObject
Tipo: System.Object
The name of the object whose expression you want to see.
Valore restituito
Tipo: System.String
The expression used to evaluate the property.
Osservazioni
For more information, see DtsProperty.