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


Метод TaskHostClass.GetExpression

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Returns a string that contains the expression for the specified property.

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

Синтаксис

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

returnValue = instance.GetExpression(bstrPropertyName)
public virtual string GetExpression(
    string bstrPropertyName
)
public:
virtual String^ GetExpression(
    [InAttribute] String^ bstrPropertyName
)
abstract GetExpression : 
        bstrPropertyName:string -> string  
override GetExpression : 
        bstrPropertyName:string -> string
public function GetExpression(
    bstrPropertyName : String
) : String

Параметры

  • bstrPropertyName
    Тип: System.String
    The name of the property.

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

Тип: System.String
The expression used to evaluate the property.

Реализует

IDTSPropertiesProvider100.GetExpression(String)

См. также

Справочник

TaskHostClass Класс

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