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 命名空间