Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Int64
The version of the project.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace