共用方式為


SPSite.SchemaVersion property

取得此網站集合,為了更細緻的升級相容性檢查版本。

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

Syntax

'宣告
Public ReadOnly Property SchemaVersion As Version
    Get
'用途
Dim instance As SPSite
Dim value As Version

value = instance.SchemaVersion
public Version SchemaVersion { get; }

Property value

Type: System.Version
System.Version 物件,包含在此網站集合上執行最後的升級順序的值。變更。

請參閱

參照

SPSite class

SPSite members

Microsoft.SharePoint namespace