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
매개 변수
- targetConnection
유형: Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnection object.
- sfcQueryExpression
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression
A SfcQueryExpression object.
반환 값
유형: System.Collections.IEnumerable
An IEnumerable object.