语言

IDTSPropertiesProvider100.GetExpression(String) 方法

定义

返回包含指定属性表达式的字符串。 空意味着没有分配表达式。

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

适用于