PackageItems.Item Property (String)
Returns a PackageItem object from the PackageItems collection with specified stream name.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
streamName As String _
) As PackageItem
Get
'Usage
Dim instance As PackageItems
Dim streamName As String
Dim value As PackageItem
value = instance(streamName)
public PackageItem this[
string streamName
] { get; }
public:
property PackageItem^ default[String^ streamName] {
PackageItem^ get (String^ streamName);
}
member Item : PackageItem
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- streamName
Type: System.String
The name of the stream.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.PackageItem
A PackageItem object from the PackageItems collection with specified stream name.