ConnectionManagerItems.Remove 方法
Removes a connection manager using the stream name.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Function Remove ( _
streamName As String _
) As Boolean
'用途
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
參數
- streamName
型別:System.String
The stream name.
傳回值
型別:System.Boolean
The removed connection manager object.