Udostępnij przez


Metoda Variable.GetExpression

GetExpression Metoda nie jest obsługiwana na Variable obiektów.Użyj EvaluateAsExpression Właściwość zamiast.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Function GetExpression ( _
    propertyName As String _
) As String
'Użycie
Dim instance As Variable
Dim propertyName As String
Dim returnValue As String

returnValue = instance.GetExpression(propertyName)
public string GetExpression(
    string propertyName
)
public:
virtual String^ GetExpression(
    String^ propertyName
) sealed
abstract GetExpression : 
        propertyName:string -> string 
override GetExpression : 
        propertyName:string -> string 
public final function GetExpression(
    propertyName : String
) : String

Parametry

Wartość zwracana

Typ: System.String

Implementacje

IDTSPropertiesProvider.GetExpression(String)