版本对象,它指定的最旧的对象版本,可以使用而不会触发此升级程序,或如果此升级程序不支持向后兼容的操作,则为 null。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property BackwardsCompatibleSchemaVersion As Version
Get
Set
用法
Dim instance As SPUpgradeActionInfo
Dim value As Version
value = instance.BackwardsCompatibleSchemaVersion
instance.BackwardsCompatibleSchemaVersion = value
public Version BackwardsCompatibleSchemaVersion { get; set; }