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.