Méthode Project.SaveAs (Stream)
Saves the project to the specified I/O stream. The specified stream becomes the project storage.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub SaveAs ( _
projectStream As Stream _
)
'Utilisation
Dim instance As Project
Dim projectStream As Stream
instance.SaveAs(projectStream)
public void SaveAs(
Stream projectStream
)
public:
void SaveAs(
Stream^ projectStream
)
member SaveAs :
projectStream:Stream -> unit
public function SaveAs(
projectStream : Stream
)
Paramètres
- projectStream
Type : System.IO.Stream
The I/O stream to which to save the project.