共用方式為


ForEachLoopClass.Properties 屬性

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

Returns a collection of IDTSProperty100 objects associated with the ForEachLoop.

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

語法

'宣告
Public Overridable ReadOnly Property Properties As IDTSProperties100 
    Get
'用途
Dim instance As ForEachLoopClass 
Dim value As IDTSProperties100 

value = instance.Properties
public virtual IDTSProperties100 Properties { get; }
public:
virtual property IDTSProperties100^ Properties {
    IDTSProperties100^ get ();
}
abstract Properties : IDTSProperties100 
override Properties : IDTSProperties100
function get Properties () : IDTSProperties100

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100
An IDTSProperties100 collection.

實作

IDTSPropertiesProvider100.Properties

請參閱

參考

ForEachLoopClass 類別

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