Project.SaveAs 메서드 (Stream)
Saves the project to the specified I/O stream. The specified stream becomes the project storage.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Sub SaveAs ( _
projectStream As Stream _
)
‘사용 방법
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
)
매개 변수
- projectStream
유형: System.IO.Stream
The I/O stream to which to save the project.