Freigeben über


ConnectionManagerItems.Remove-Methode

Removes a connection manager using the stream name.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function Remove ( _
    streamName As String _
) As Boolean
'Usage
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

Parameter

Rückgabewert

Typ: System.Boolean
The removed connection manager object.

Siehe auch

Verweis

ConnectionManagerItems Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace