Condividi tramite


Proprietà IDTSExpression100.Expression

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the expression.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property Expression As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The expression.

Vedere anche

Riferimento

IDTSExpression100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper