다음을 통해 공유


SPPersistedObjectSequence.TargetSchemaVersion property

Gets the schema version number of the sequence.

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

Syntax

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

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

Property value

Type: System.Version
A System.Version object that represents the version number.

Implements

ISchemaVersioned.TargetSchemaVersion

See also

Reference

SPPersistedObjectSequence class

SPPersistedObjectSequence members

Microsoft.SharePoint.Upgrade namespace