指定されたストリーム名に基づいて PackageItems コレクションから PackageItem オブジェクトが削除されたかどうかを示す値を返します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Function Remove ( _
streamName As String _
) As Boolean
'使用
Dim instance As PackageItems
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
指定されたストリーム名に基づいて PackageItems コレクションから PackageItem オブジェクトが削除された場合は true、それ以外の場合は false。