Compartilhar via


Propriedade do RDL ProjectInfo.ObjectVersionLsn

Gets the version of the project.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Project_ObjectVersionLsnDesc")> _
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Project_ObjectVersionLsn")> _
Public ReadOnly Property ObjectVersionLsn As Long 
    Get
'Uso
Dim instance As ProjectInfo 
Dim value As Long 

value = instance.ObjectVersionLsn
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute("Project_ObjectVersionLsnDesc")]
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Project_ObjectVersionLsn")]
public long ObjectVersionLsn { get; }
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute(L"Project_ObjectVersionLsnDesc")]
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute(L"General")]
[DisplayNameKeyAttribute(L"Project_ObjectVersionLsn")]
public:
property long long ObjectVersionLsn {
    long long get ();
}
[<SfcPropertyAttribute(Data = true)>]
[<DisplayDescriptionKeyAttribute("Project_ObjectVersionLsnDesc")>]
[<PropertyOrderAttribute()>]
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Project_ObjectVersionLsn")>]
member ObjectVersionLsn : int64
function get ObjectVersionLsn () : long

Valor da propriedade

Tipo: System.Int64
The version of the project.

Consulte também

Referência

ProjectInfo Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices