Clase SPMigrator
NOTA: esta API está ahora obsoleta.
Clase abstracta que se usa para migrar contenido desde una versión anterior de Microsoft SharePoint Foundation al actual.
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.Upgrade.StopEventReceiver
Microsoft.SharePoint.Upgrade.SPDelegate
Microsoft.SharePoint.Upgrade.SPMigrator
Espacio de nombres: Microsoft.SharePoint.Upgrade
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPMigrator _
Inherits SPDelegate _
Implements IMigrator
'Uso
Dim instance As SPMigrator
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPMigrator : SPDelegate,
IMigrator
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.