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
- streamName
Tipo: System.String
The name of the stream.
Valor devuelto
Tipo: System.Boolean
True if a PackageItem object from the PackageItems collection with specified stream name was removed; otherwise, false.