Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Function Remove ( _
streamName As String _
) As Boolean
'Utilisation
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
Paramètres
- streamName
Type : System.String
The name of the stream.
Valeur de retour
Type : System.Boolean
True if a PackageItem object from the PackageItems collection with specified stream name was removed; otherwise, false.