Share via


UpdateServicesPackage.Save 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 SDP 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 Save ( _
    packageFile As String _
)
'Usage
Dim instance As UpdateServicesPackage
Dim packageFile As String

instance.Save(packageFile)
public void Save (
    string packageFile
)
public:
void Save (
    String^ packageFile
)
public void Save (
    String packageFile
)
public function Save (
    packageFile : String
)

Parameters

  • packageFile
    The path where the SDP file should be saved.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.