IDTSPropertiesProvider100.GetExpression(String) 方法

定义

返回一个字符串,其中包含指定属性的表达式。 Null 表示未分配任何表达式。

public:
 System::String ^ GetExpression(System::String ^ bstrPropertyName);
[System.Runtime.InteropServices.DispId(7)]
public string GetExpression (string bstrPropertyName);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member GetExpression : string -> string
Public Function GetExpression (bstrPropertyName As String) As String

参数

bstrPropertyName
String

要查看其表达式的属性的名称。

返回

一个字符串,其中包含用于计算属性的表达式。

属性

注解

有关详细信息,请参阅 IDTSPropertiesProvider

适用于