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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The connection manager object with specified stream name.

请参阅

参考

ConnectionManagerItems 类

Item 重载

Microsoft.SqlServer.Dts.Runtime 命名空间