Método IDTSProperty100.GetExpression
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the expression for the specified object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Function GetExpression ( _
pObject As Object _
) As String
'Uso
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
Parâmetros
- pObject
Tipo: System.Object
The name of the object whose expression you want to see.
Valor de retorno
Tipo: System.String
The expression used to evaluate the property.
Comentários
For more information, see DtsProperty.