Compartir a través de


IDTSProperty100.GetExpression Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the expression for the specified object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.String
The expression used to evaluate the property.

Comentarios

For more information, see DtsProperty.

Vea también

Referencia

IDTSProperty100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper