IDTSProperty100.GetExpression Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see DtsProperty.
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
Return Value
Type: System.String