ForLoopClass.GetExpression メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定したプロパティの式を表す String を返します。 Null は、式が割り当てられていないことを示します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable Function GetExpression ( _
bstrPropertyName As String _
) As String
'使用
Dim instance As ForLoopClass
Dim bstrPropertyName As String
Dim returnValue As String
returnValue = instance.GetExpression(bstrPropertyName)
public virtual string GetExpression(
string bstrPropertyName
)
public:
virtual String^ GetExpression(
[InAttribute] String^ bstrPropertyName
)
abstract GetExpression :
bstrPropertyName:string -> string
override GetExpression :
bstrPropertyName:string -> string
public function GetExpression(
bstrPropertyName : String
) : String
パラメーター
- bstrPropertyName
型: System.String
参照する式のプロパティの名前です。
戻り値
型: System.String
プロパティの評価に使用される式を表す String です。
実装
IDTSPropertiesProvider100.GetExpression(String)