ForEachLoopClass.VariableMappings 属性

定义

获取包含 IDTSForEachVariableMappings100 的变量映射的 ForEachLoop 集合。

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachVariableMappings100 ^ VariableMappings { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachVariableMappings100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMappings100 VariableMappings { get; }
member this.VariableMappings : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMappings100
Public Overridable ReadOnly Property VariableMappings As IDTSForEachVariableMappings100

属性值

IDTSForEachVariableMappings100 集合。

实现

适用于