Compartilhar via


Propriedade do RDL IDTSForLoop100.AssignExpression

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 an expression to increment or decrement the loop counter.

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

Sintaxe

'Declaração
Property AssignExpression As String 
    Get 
    Set
'Uso
Dim instance As IDTSForLoop100 
Dim value As String 

value = instance.AssignExpression

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

Valor da propriedade

Tipo: System.String
The expression that increments or decrements the loop counter.

Consulte também

Referência

IDTSForLoop100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper