SPPersistedObjectSequence.SetVersion 方法

设置相关联的 SPPersistedUpgradableObject 版本。

命名空间:  Microsoft.SharePoint.Upgrade
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Sub SetVersion ( _
    id As Guid, _
    version As Version _
)
用法
Dim id As Guid
Dim version As Version

Me.SetVersion(id, version)
protected void SetVersion(
    Guid id,
    Version version
)

参数

备注

除非已更新对象,这将导致发生更新。

另请参阅

引用

SPPersistedObjectSequence 类

SPPersistedObjectSequence 成员

Microsoft.SharePoint.Upgrade 命名空间