Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Saves the SDP file.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void Save(
string packageFile
)
public:
void Save(
String^ packageFile
)
member Save :
packageFile:string -> unit
Public Sub Save (
packageFile As String
)
Parameters
packageFile
Type: System.StringThe file to which the package should be saved.
Remarks
The SDP file will be overwritten if it already exists.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top