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.