Metodo ConnectionManagerItems.Contains
Specifies if the connection manager items contains a specified stream name.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
streamName As String _
) As Boolean
'Utilizzo
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
Parametri
- streamName
Tipo: System.String
The stream name.
Valore restituito
Tipo: System.Boolean
True if the connection manager items contains a specified stream name; otherwise, false.