ProjectInfo.ObjectVersionLsn Property
Gets the version of the project.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Project_ObjectVersionLsnDesc")> _
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Project_ObjectVersionLsn")> _
Public ReadOnly Property ObjectVersionLsn As Long
Get
'Usage
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
Property Value
Type: System.Int64
The version of the project.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace