Compartilhar via


Propriedade do RDL IDTSExpression100.Expression

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the expression.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Property Expression As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The expression.

Consulte também

Referência

IDTSExpression100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper