Compartir a través de


PackageItems.Remove Método

Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Function Remove ( _
    streamName As String _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

PackageItems Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime