Linguaggio

IDTSPropertiesProvider100.GetExpression(String) Metodo

Definizione

Restituisce una stringa che contiene l'espressione per la proprietà specificata. Nullo significa che nessuna espressione viene assegnata.

public:
 System::String ^ GetExpression(System::String ^ bstrPropertyName);
[System.Runtime.InteropServices.DispId(7)]
public string GetExpression(string bstrPropertyName);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member GetExpression : string -> string
Public Function GetExpression (bstrPropertyName As String) As String

Parametri

bstrPropertyName
String

Il nome della proprietà la cui espressione vuoi vedere.

Valori restituiti

Una stringa che contiene l'espressione usata per valutare la proprietà.

Attributi

Commenti

Per altre informazioni, vedere IDTSPropertiesProvider.

Si applica a