Share via


UpdateServicesPackageWithServerInformation.SaveAsUpdateServicesPackage Method 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Save the USP file. Note: it will overwrite the file if it already exists.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Sub SaveAsUpdateServicesPackage ( _
    updateServicesPackageFile As String _
)
'Usage
Dim instance As UpdateServicesPackageWithServerInformation
Dim updateServicesPackageFile As String

instance.SaveAsUpdateServicesPackage(updateServicesPackageFile)
public void SaveAsUpdateServicesPackage (
    string updateServicesPackageFile
)
public:
void SaveAsUpdateServicesPackage (
    String^ updateServicesPackageFile
)
public void SaveAsUpdateServicesPackage (
    String updateServicesPackageFile
)
public function SaveAsUpdateServicesPackage (
    updateServicesPackageFile : String
)

Parameters

  • updateServicesPackageFile
    The path where the USP (Update Services Package) file should be saved.

Remarks

This will overwrite the file if it already exists.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackageWithServerInformation Class
UpdateServicesPackageWithServerInformation Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.