Поделиться через


Метод 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

Параметры

Возвращаемое значение

Тип: System.Boolean
True if a PackageItem object from the PackageItems collection with specified stream name was removed; otherwise, false.

См. также

Справочник

PackageItems Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime