इसके माध्यम से साझा किया गया


IDTSPropertiesProvider100.GetExpression Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Parameters

Return Value

Type: System.String