Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Saves the project to the specified storage. The specified file becomes the storage for the project if saving successes.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub SaveAs ( _
fileName As String _
)
'Usage
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
)
Parameters
- fileName
Type: System.String
The file to which to save the project.