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
パラメーター
- streamName
型: System.String
ストリーム名です。
戻り値
型: System.Boolean
削除された接続マネージャー オブジェクトです。