Freigeben über


GetExpression-Methode

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see TaskHost.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Function GetExpression ( _
    bstrPropertyName As String _
) As String
'Usage
Dim instance As TaskHostClass
Dim bstrPropertyName As String
Dim returnValue As String

returnValue = instance.GetExpression(bstrPropertyName)
public virtual string GetExpression(
    string bstrPropertyName
)
public:
virtual String^ GetExpression(
    [InAttribute] String^ bstrPropertyName
)
abstract GetExpression : 
        bstrPropertyName:string -> string 
override GetExpression : 
        bstrPropertyName:string -> string 
public function GetExpression(
    bstrPropertyName : String
) : String

Parameter

Rückgabewert

Typ: System. . :: . .String

Implementiert

IDTSPropertiesProvider100. . :: . .GetExpression(String)