SPPersistedObjectSequence.GetVersion 方法
获取相关联的 SPPersistedUpgradableObject 版本。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Function GetVersion ( _
id As Guid _
) As Version
用法
Dim id As Guid
Dim returnValue As Version
returnValue = Me.GetVersion(id)
protected Version GetVersion(
Guid id
)
参数
- id
类型:System.Guid
返回值
备注
如果版本不存在,则返回最早支持持久化对象的架构版本。