Share via


DatabaseContext.PackageSource property

Gets or sets the source of the package.

Namespace:  Microsoft.SharePoint.Administration.DatabaseProvider
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PackageSource As PackageSource
    Get
    Set
'Usage
Dim instance As DatabaseContext
Dim value As PackageSource

value = instance.PackageSource

instance.PackageSource = value
public PackageSource PackageSource { get; set; }

Property value

Type: Microsoft.SharePoint.Administration.DatabaseProvider.PackageSource
The source of the package.

See also

Reference

DatabaseContext class

DatabaseContext members

Microsoft.SharePoint.Administration.DatabaseProvider namespace