Metodo SequenceClass.GetExpression

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Function GetExpression ( _
    bstrPropertyName As String _
) As String
'Utilizzo
Dim instance As SequenceClass 
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

Parametri

Valore restituito

Tipo: System.String
The expression used to evaluate the property.

Implementa

IDTSPropertiesProvider100.GetExpression(String)

Vedere anche

Riferimento

SequenceClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper