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
)

参数

返回值

类型:System.Version

备注

如果版本不存在,则返回最早支持持久化对象的架构版本。

另请参阅

引用

SPPersistedObjectSequence 类

SPPersistedObjectSequence 成员

Microsoft.SharePoint.Upgrade 命名空间