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


Метод IDTSPropertiesProvider100.GetExpression

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

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

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

Синтаксис

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

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

Параметры

  • bstrPropertyName
    Тип: 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.

Замечания

For more information, see IDTSPropertiesProvider.

См. также

Справочник

IDTSPropertiesProvider100 Интерфейс

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