SPPersistedUpgradableObject.UpgradeContext property
Obtém o SPUpgradeContext para a operação atual de upgrade.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overridable ReadOnly Property UpgradeContext As SPUpgradeContext
Get
'Uso
Dim instance As SPPersistedUpgradableObject
Dim value As SPUpgradeContext
value = instance.UpgradeContext
public virtual SPUpgradeContext UpgradeContext { get; }
Property value
Type: Microsoft.SharePoint.Upgrade.SPUpgradeContext
Contexto de atualização adicional.
Implements
Ver também
Referência
SPPersistedUpgradableObject class