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


Метод DtsProperty.GetExpression

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

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

Синтаксис

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

returnValue = instance.GetExpression(o)
public string GetExpression(
    Object o
)
public:
String^ GetExpression(
    Object^ o
)
member GetExpression : 
        o:Object -> string
public function GetExpression(
    o : Object
) : String

Параметры

  • o
    Тип: System.Object
    The name of the object whose expression you want to see.

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

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

См. также

Справочник

DtsProperty Класс

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