Udostępnij przez


Metoda IDTSPropertiesProvider100.GetExpression

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat IDTSPropertiesProvider.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Function GetExpression ( _
    bstrPropertyName As String _
) As String
'Użycie
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

Parametry

Wartość zwracana

Typ: System.String