GetExpression-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

For more information, see IDTSPropertiesProvider.

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

Syntax

'Declaration
Function GetExpression ( _
    bstrPropertyName As String _
) As String
'Usage
Dim instance As IDTSPropertiesProvider100
Dim bstrPropertyName As String
Dim returnValue As String

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

Parameter

Rückgabewert

Typ: System. . :: . .String