共用方式為


TargetSchemaVersionAttribute.TargetSchemaVersion Property

Gets the target schema version of upgrade sequences.

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

Syntax

'Declaration
Public ReadOnly Property TargetSchemaVersion As Version
    Get
'Usage
Dim instance As TargetSchemaVersionAttribute
Dim value As Version

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

Property Value

Type: System.Version
A System.Version object that represents the target schema version of upgrade sequences.

See Also

Reference

TargetSchemaVersionAttribute Class

TargetSchemaVersionAttribute Members

Microsoft.SharePoint.Upgrade Namespace