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.