Compartilhar via


Método IDTSPropertiesProvider100.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 String that contains the expression for the specified property. Null means no expression is assigned.

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

Sintaxe

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

Parâmetros

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

Valor de retorno

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

Comentários

For more information, see IDTSPropertiesProvider.

Consulte também

Referência

IDTSPropertiesProvider100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper