ForEachLoopClass.GetExpression(String) Metodo

Definizione

Restituisce un valore String che contiene l'espressione per la proprietà specificata. Null significa che non viene assegnata alcuna espressione.

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

Nome della proprietà di cui si desidera ottenere l'espressione.

Restituisce

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

Implementazioni

Si applica a