ObjectSet.CalculateTargets メソッド (ISfcConnection, SfcQueryExpression)

式を計算して結果を対象に適用します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Shared Function CalculateTargets ( _
    targetConnection As ISfcConnection, _
    sfcQueryExpression As SfcQueryExpression _
) As IEnumerable
'使用
Dim targetConnection As ISfcConnection 
Dim sfcQueryExpression As SfcQueryExpression 
Dim returnValue As IEnumerable 

returnValue = ObjectSet.CalculateTargets(targetConnection, _
    sfcQueryExpression)
public static IEnumerable CalculateTargets(
    ISfcConnection targetConnection,
    SfcQueryExpression sfcQueryExpression
)
public:
static IEnumerable^ CalculateTargets(
    ISfcConnection^ targetConnection, 
    SfcQueryExpression^ sfcQueryExpression
)
static member CalculateTargets : 
        targetConnection:ISfcConnection * 
        sfcQueryExpression:SfcQueryExpression -> IEnumerable
public static function CalculateTargets(
    targetConnection : ISfcConnection, 
    sfcQueryExpression : SfcQueryExpression
) : IEnumerable

パラメーター

戻り値

型: System.Collections.IEnumerable
IEnumerable オブジェクトです。

関連項目

参照

ObjectSet クラス

CalculateTargets オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間