IDTSPropertiesProvider100.GetExpression(String) メソッド

定義

指定されたプロパティの表現を含むStringを返します。 ヌルとは、式が割り当てられていないことを意味します。

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

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

返品

プロパティを評価するために使われる式を含む文字列。

属性

注釈

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

適用対象