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.