ConnectionManagerItems.Item Property (String)
Gets the connection manager object 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 ConnectionManagerItem
Get
'Usage
Dim instance As ConnectionManagerItems
Dim streamName As String
Dim value As ConnectionManagerItem
value = instance(streamName)
public ConnectionManagerItem this[
string streamName
] { get; }
public:
property ConnectionManagerItem^ default[String^ streamName] {
ConnectionManagerItem^ get (String^ streamName);
}
member Item : ConnectionManagerItem
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- streamName
Type: System.String
The stream name.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The connection manager object with specified stream name.