다음을 통해 공유


Project.SaveTo 메서드 (Stream)

Saves the project to the specified I/O stream. Unlike SaveAs, project storage is not changed after saving.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Sub SaveTo ( _
    projectStream As Stream _
)
‘사용 방법
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
)

매개 변수

  • projectStream
    유형: System.IO.Stream
    The I/O stream to which to save the project.

참고 항목

참조

Project 클래스

SaveTo 오버로드

Microsoft.SqlServer.Dts.Runtime 네임스페이스