IDTSProperty100.GetExpression Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the expression for the specified object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetExpression ( _
pObject As Object _
) As String
'Usage
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
Parameters
- pObject
Type: System.Object
The name of the object whose expression you want to see.
Return Value
Type: System.String
The expression used to evaluate the property.
Remarks
For more information, see DtsProperty.