Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.