ConnectionManagerItems.Item 属性 (String)
Gets the connection manager object with specified stream name.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
streamName As String _
) As ConnectionManagerItem
Get
用法
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 支持使用索引属性,但不支持声明新索引属性。
参数
- streamName
类型:System.String
The stream name.
属性值
类型:Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The connection manager object with specified stream name.