Variable.GetExpression Method
The GetExpression method is not supported on Variable objects. Use the EvaluateAsExpression property instead.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Синтаксис
'Декларация
Public Function GetExpression ( _
propertyName As String _
) As String
public string GetExpression (
string propertyName
)
public:
virtual String^ GetExpression (
String^ propertyName
) sealed
public final String GetExpression (
String propertyName
)
public final function GetExpression (
propertyName : String
) : String
Параметры
- propertyName
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Variable Class
Variable Members
Microsoft.SqlServer.Dts.Runtime Namespace