ConnectionManagerItems.Contains 메서드
Specifies if the connection manager items contains a specified stream name.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Function Contains ( _
streamName As String _
) As Boolean
‘사용 방법
Dim instance As ConnectionManagerItems
Dim streamName As String
Dim returnValue As Boolean
returnValue = instance.Contains(streamName)
public bool Contains(
string streamName
)
public:
bool Contains(
String^ streamName
)
member Contains :
streamName:string -> bool
public function Contains(
streamName : String
) : boolean
매개 변수
- streamName
유형: System.String
The stream name.
반환 값
유형: System.Boolean
True if the connection manager items contains a specified stream name; otherwise, false.