SequenceClass.GetExpression(String) 方法

定义

返回一个字符串,该字符串包含指定的属性的表达式。

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

参数

bstrPropertyName
String

属性的名称。

返回

用于对属性进行计算的表达式。

实现

适用于