共用方式為


IDTSForLoop100.AssignExpression 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets an expression to increment or decrement the loop counter.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Property AssignExpression As String 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

IDTSForLoop100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間