SPSiteSequence.TargetSchemaVersion property
取得網站集合升級順序的目標架構版本。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property TargetSchemaVersion As Version
Get
'用途
Dim instance As SPSiteSequence
Dim value As Version
value = instance.TargetSchemaVersion
public Version TargetSchemaVersion { get; }
Property value
Type: System.Version
System.Version物件,代表的架構版本。
Implements
ISchemaVersioned.TargetSchemaVersion