Linguaggio

ForEachEnumeratorHostClass.GetExpression(String) Metodo

Definizione

Restituisce una stringa che contiene l'espressione per la proprietà specificata. Nullo significa che nessuna espressione viene assegnata.

public:
 virtual System::String ^ GetExpression(System::String ^ bstrPropertyName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPropertiesProvider100::GetExpression;
public virtual string GetExpression(string bstrPropertyName);
abstract member GetExpression : string -> string
override this.GetExpression : string -> string
Public Overridable Function GetExpression (bstrPropertyName As String) As String

Parametri

bstrPropertyName
String

Il nome della proprietà la cui espressione vuoi ottenere.

Valori restituiti

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

Implementazioni

Si applica a