Właściwość ExpressionEvaluatorClass.Expression
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Public Overridable WriteOnly Property Expression As String
Set
'Użycie
Dim instance As ExpressionEvaluatorClass
Dim value As String
instance.Expression = value
public virtual string Expression { set; }
public:
virtual property String^ Expression {
void set (String^ value);
}
abstract Expression : string with get, set
override Expression : string with get, set
function set Expression (value : String)
Wartość właściwości
Typ: System.String
Implementacje
Zobacz także