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