次の方法で共有


ConnectionManagerItems.Remove メソッド

ストリーム名を使用して接続マネージャーを削除します。

名前空間:  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

パラメーター

戻り値

型: System.Boolean
削除された接続マネージャー オブジェクトです。

関連項目

参照

ConnectionManagerItems クラス

Microsoft.SqlServer.Dts.Runtime 名前空間