Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a IDTSProperties100 collection that contains IDTSProperty100 objects. Each IDTSProperty100 has additional information about each task in the ForEachItemEnumeratorClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Properties As IDTSProperties100
Get
'Usage
Dim instance As ForEachEnumeratorHostClass
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
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100
A IDTSProperties100 collection.
Implements
IDTSPropertiesProvider100.Properties