Compartilhar via


Método GetExpression

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

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

Sintaxe

'Declaração
Public Overridable Function GetExpression ( _
    bstrPropertyName As String _
) As String
'Uso
Dim instance As PackageRemote64Class
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

Parâmetros

Valor de retorno

Tipo: System. . :: . .String

Implementa

IDTSPropertiesProvider100. . :: . .GetExpression(String)