Compartilhar via


Propriedade do RDL ProjectVersion.VersionLsn

Gets the version Lsn.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public ReadOnly Property VersionLsn As Long 
    Get
'Uso
Dim instance As ProjectVersion 
Dim value As Long 

value = instance.VersionLsn
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
public long VersionLsn { get; }
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property long long VersionLsn {
    long long get ();
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
member VersionLsn : int64
function get VersionLsn () : long

Valor da propriedade

Tipo: System.Int64
The version Lsn.

Consulte também

Referência

ProjectVersion Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices