Share via


ForEachEnumeratorHostClass.GetExpression(String) メソッド

定義

指定したプロパティの式を含む文字列型 (String) の値を取得します。 Null は、式が割り当てられていない場合を意味します。

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

パラメーター

bstrPropertyName
String

取得する式のプロパティの名前です。

戻り値

プロパティの評価に使用される式を含む文字列。

実装

適用対象