PackageClass.GetExpression(String) 方法

定義

public:
 virtual System::String ^ GetExpression(System::String ^ bstrPropertyName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::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

參數

bstrPropertyName
String

傳回

String

包含用來評估屬性之運算式的值。

實作

備註

如需詳細資訊,請參閱Package

適用於