UpdateServicesPackage ClassÂ
[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Update Services package class. This class implements the functions of creating or updating of SDP file. Note: an admin can update/expire a locally published package only if he/she has the original SDP file. If a locally published application is imported from another server, then admin cannot update/expire this imported locally published application. Admin needs to export the SDP from the original server, revise and re-publish this application.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Public Class UpdateServicesPackage
'Usage
Dim instance As UpdateServicesPackage
public class UpdateServicesPackage
public ref class UpdateServicesPackage
public class UpdateServicesPackage
public class UpdateServicesPackage
Remarks
A default class which creates the default skeleton including:
PackageId: new Guid
CreationDate: Current UTC time
SchemaVersion: default 1.0 3.
PackageType: default Application.
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.UpdateServicesPackage
Microsoft.UpdateServices.Administration.UpdateServicesPackageWithServerInformation
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Windows Server 2003
See Also
Reference
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace