DtsProperty.GetExpression Método
Returns a String that contains the expression for the specified object. Null means no expression is assigned.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Function GetExpression ( _
o As Object _
) As String
'Uso
Dim instance As DtsProperty
Dim o As Object
Dim returnValue As String
returnValue = instance.GetExpression(o)
public string GetExpression(
Object o
)
public:
String^ GetExpression(
Object^ o
)
member GetExpression :
o:Object -> string
public function GetExpression(
o : Object
) : String
Parámetros
- o
Tipo: System.Object
The name of the object whose expression you want to see.
Valor devuelto
Tipo: System.String
A String that contains the expression used to evaluate the property.