Udostępnij przez


Właściwość IDTSExpression100.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
Property Expression As String
    Get
    Set
'Użycie
Dim instance As IDTSExpression100
Dim value As String

value = instance.Expression

instance.Expression = value
string Expression { get; set; }
property String^ Expression {
    String^ get ();
    void set (String^ value);
}
abstract Expression : string with get, set
function get Expression () : String
function set Expression (value : String)

Wartość właściwości

Typ: System.String