ObjectSet.CalculateTargets 메서드 (ISfcConnection, SfcQueryExpression)

Calculates an expression with results applied to the targets.

네임스페이스:  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
An IEnumerable object.

참고 항목

참조

ObjectSet 클래스

CalculateTargets 오버로드

Microsoft.SqlServer.Management.Dmf 네임스페이스