Compartilhar via


IMigratable interface

NOTE: This API is now obsolete.

Fornece suporte para atualização gradual por migrar objetos pares do Windows SharePoint Services 2.0 para o Windows SharePoint Services 3.0.

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

Syntax

'Declaração
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface IMigratable
'Uso
Dim instance As IMigratable
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface IMigratable

Comentários

Par suporte objetos atualização gradual, permitindo a migração entre objetos em objetos no Windows SharePoint Services 3.0 e o Windows SharePoint Services 2.0.

Ver também

Referência

IMigratable members

Microsoft.SharePoint.Administration namespace