共用方式為


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.

請參閱

參考

Project 類別

SaveAs 多載

Microsoft.SqlServer.Dts.Runtime 命名空間