Linguaggio

PackageRemote64Class.GetExpression(String) Metodo

Definizione

Restituisce un valore che contiene l'espressione per la proprietà specificata.

public:
 virtual System::String ^ GetExpression(System::String ^ bstrPropertyName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPropertiesProvider100::GetExpression;
public virtual string GetExpression(string bstrPropertyName);
abstract member GetExpression : string -> string
override this.GetExpression : string -> string
Public Overridable Function GetExpression (bstrPropertyName As String) As String

Parametri

bstrPropertyName
String

Il nome della proprietà la cui espressione vuoi vedere.

Valori restituiti

Un valore che contiene l'espressione usata per valutare la proprietà.

Implementazioni

Si applica a