Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves the project to the specified I/O stream. Unlike SaveAs, project storage is not changed after saving.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub SaveTo ( _
projectStream As Stream _
)
'Usage
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
)
Parameters
- projectStream
Type: System.IO.Stream
The I/O stream to which to save the project.