GetExpression méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see IDTSPropertiesProvider.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function GetExpression ( _
bstrPropertyName As String _
) As String
'Utilisation
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
Paramètres
- bstrPropertyName
Type : System. . :: . .String
Valeur de retour
Type : System. . :: . .String