PackageItems.Remove 方法
Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.
命名空間: 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
The name of the stream.
傳回值
型別:System.Boolean
True if a PackageItem object from the PackageItems collection with specified stream name was removed; otherwise, false.