Freigeben über


GetExpression-Methode

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function GetExpression ( _
    o As Object _
) As String
'Usage
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

Parameter

Rückgabewert

Typ: System. . :: . .String
A String that contains the expression used to evaluate the property.