Поделиться через


Метод ForLoop.GetExpression

Returns a String that contains the expression for the specified property. Null means no expression is assigned.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Function GetExpression ( _
    propertyName As String _
) As String
'Применение
Dim instance As ForLoop 
Dim propertyName As String 
Dim returnValue As String 

returnValue = instance.GetExpression(propertyName)
public string GetExpression(
    string propertyName
)
public:
virtual String^ GetExpression(
    String^ propertyName
) sealed
abstract GetExpression : 
        propertyName:string -> string  
override GetExpression : 
        propertyName:string -> string
public final function GetExpression(
    propertyName : String
) : String

Параметры

  • propertyName
    Тип: System.String
    The name of the property whose expression you want to see.

Возвращаемое значение

Тип: System.String
A String that contains the expression used to evaluate the property.

Реализует

IDTSPropertiesProvider.GetExpression(String)

Замечания

The propertyName can be any property available on the object.

См. также

Справочник

ForLoop Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime