ProjectVersion.VersionLsn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the version Lsn.
public:
property long VersionLsn { long get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcKey(0)]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.ReadOnlyAfterCreation | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Required)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Version Lsn")]
[System.ComponentModel.ReadOnly(true)]
public long VersionLsn { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcKey(0)>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.ReadOnlyAfterCreation | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Required)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Version Lsn")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.VersionLsn : int64
Public ReadOnly Property VersionLsn As Long
Property Value
The version Lsn.
- Attributes