Metodo ConnectionManagerItems.Remove
Removes a connection manager using the stream name.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Function Remove ( _
streamName As String _
) As Boolean
'Utilizzo
Dim instance As ConnectionManagerItems
Dim streamName As String
Dim returnValue As Boolean
returnValue = instance.Remove(streamName)
public bool Remove(
string streamName
)
public:
bool Remove(
String^ streamName
)
member Remove :
streamName:string -> bool
public function Remove(
streamName : String
) : boolean
Parametri
- streamName
Tipo: System.String
The stream name.
Valore restituito
Tipo: System.Boolean
The removed connection manager object.