言語

EventHandlerClass.GetExpression(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

表示を見たい物件の名前です。

返品

プロパティを評価するために使われる式を含む文字列、または割り当てられていない場合はヌルの表現を含みます。

実装

適用対象