Aracılığıyla paylaş


Variable.GetExpression Yöntemi

GetExpression yöntem desteklenmemektedir Variable nesneler.Use EvaluateAsExpression özellik yerine.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime
Derleme:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)

Sözdizimi

'Bildirim
Public Function GetExpression ( _
    propertyName As String _
) As String
'Kullanım
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

Parametreler

Dönüş Değeri

Tür: System.String

Uygulamalar

IDTSPropertiesProvider.GetExpression(String)