Compartilhar via


Método PackageClass.GetExpression

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Returns a value that contains the expression for the specified property.

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 PackageClass 
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

  • bstrPropertyName
    Tipo: System.String
    The name of the property whose expression you want to see.

Valor de retorno

Tipo: System.String
A value that contains the expression used to evaluate the property.

Implementa

IDTSPropertiesProvider100.GetExpression(String)

Comentários

For more information, see Package.

Consulte também

Referência

PackageClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper