Поделиться через


Метод Project.SaveAs (String)

Saves the project to the specified storage. The specified file becomes the storage for the project if saving successes.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Sub SaveAs ( _
    fileName As String _
)
'Применение
Dim instance As Project 
Dim fileName As String

instance.SaveAs(fileName)
public void SaveAs(
    string fileName
)
public:
void SaveAs(
    String^ fileName
)
member SaveAs : 
        fileName:string -> unit
public function SaveAs(
    fileName : String
)

Параметры

  • fileName
    Тип: System.String
    The file to which to save the project.

См. также

Справочник

Project Класс

Перегрузка SaveAs

Пространство имен Microsoft.SqlServer.Dts.Runtime