次の方法で共有


SPSiteSequence.IsApplicable property

Gets a Boolean that indicates whether the current upgrade sequence should be executed during the upgrade operation based the state of the site collection object.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsApplicable As Boolean
    Get
'Usage
Dim instance As SPSiteSequence
Dim value As Boolean

value = instance.IsApplicable
public override bool IsApplicable { get; }

Property value

Type: System.Boolean
Returns Boolean. true if the current sequence should be executed during the upgrade operation; otherwise, false.

Implements

IUpgrader.IsApplicable
IHierarchyBuilder.IsApplicable

See also

Reference

SPSiteSequence class

SPSiteSequence members

Microsoft.SharePoint.Upgrade namespace