Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / SimplePackage Class / Save Method / Save(ProgressMonitorStack,String) Method

In This Topic
    Save(ProgressMonitorStack,String) Method
    In This Topic
    Save the package to the specified file name and path, overwriting any existing data
    Syntax
    'Declaration
     
    
    Public Overloads Sub Save( _
       ByVal progressMonitors As ProgressMonitorStack, _
       ByVal fileNamePath As String _
    ) 
    public void Save( 
       ProgressMonitorStack progressMonitors,
       string fileNamePath
    )

    Parameters

    progressMonitors
    fileNamePath
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also