Linguaggio

DtsProperty.GetExpression(Object) Metodo

Definizione

Restituisce una stringa che contiene l'espressione per l'oggetto specificato. Nullo significa che nessuna espressione viene assegnata.

public:
 System::String ^ GetExpression(System::Object ^ o);
public string GetExpression(object o);
member this.GetExpression : obj -> string
Public Function GetExpression (o As Object) As String

Parametri

o
Object

Il nome dell'oggetto la cui espressione vuoi vedere.

Valori restituiti

Una stringa che contiene l'espressione usata per valutare la proprietà.

Si applica a