Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.