Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Saves the project to the specified storage. The specified file becomes the storage for the project if saving successes.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Sub SaveAs ( _
fileName As String _
)
'Uso
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
)
Parámetros
- fileName
Tipo: System.String
The file to which to save the project.