GetExpression 方法
Returns a String that contains the expression for the specified object. Null means no expression is assigned.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Function GetExpression ( _
o As Object _
) As String
'用途
Dim instance As DtsProperty
Dim o As Object
Dim returnValue As String
returnValue = instance.GetExpression(o)
public string GetExpression(
Object o
)
public:
String^ GetExpression(
Object^ o
)
member GetExpression :
o:Object -> string
public function GetExpression(
o : Object
) : String
參數
- o
型別:System. . :: . .Object
The name of the object whose expression you want to see.
傳回值
型別:System. . :: . .String
A String that contains the expression used to evaluate the property.