Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Returns the expression for the specified property or nulles una referencia NULL (Nothing en Visual Basic). if no expression is assigned.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Function GetExpression ( _
bstrPropertyName As String _
) As String
'Uso
Dim instance As EventHandlerClass
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 devuelto
Tipo: System.String
A String that contains the expression used to evaluate the property or nulles una referencia NULL (Nothing en Visual Basic). if no expression is assigned.
Implementa
IDTSPropertiesProvider100.GetExpression(String)