共用方式為


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 命名空間