Метод 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.