次の方法で共有


GetExpression メソッド

指定したプロパティの式を表す String を返します。Null は、式が割り当てられていないことを示します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Function GetExpression ( _
    propertyName As String _
) As String
'使用
Dim instance As ForEachLoop
Dim propertyName As String
Dim returnValue As String

returnValue = instance.GetExpression(propertyName)
public string GetExpression(
    string propertyName
)
public:
virtual String^ GetExpression(
    String^ propertyName
) sealed
abstract GetExpression : 
        propertyName:string -> string 
override GetExpression : 
        propertyName:string -> string 
public final function GetExpression(
    propertyName : String
) : String

パラメーター

戻り値

型: System. . :: . .String
プロパティの評価に使用される式を表す String です。

実装

IDTSPropertiesProvider. . :: . .GetExpression(String)

説明

propertyName には、オブジェクトで使用可能な任意のプロパティを指定できます。