Project.SaveAs Method (Stream)
Saves the project to the specified I/O stream. The specified stream becomes the project storage.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub SaveAs ( _
projectStream As Stream _
)
'Usage
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
)
Parameters
- projectStream
Type: System.IO.Stream
The I/O stream to which to save the project.