Метод 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