Share via


IDTSPropertiesProvider100.GetExpression(String) メソッド

定義

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

public:
 System::String ^ GetExpression(System::String ^ bstrPropertyName);
[System.Runtime.InteropServices.DispId(7)]
public string GetExpression (string bstrPropertyName);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member GetExpression : string -> string
Public Function GetExpression (bstrPropertyName As String) As String

パラメーター

bstrPropertyName
String

参照する式のプロパティの名前です。

戻り値

プロパティの評価に使用される式を含む文字列型 (String) の値を指定します。

属性

注釈

詳細については、「IDTSPropertiesProvider」を参照してください。

適用対象