ProjectInfo.ObjectVersionLsn 属性

Gets the version of the project.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Project_ObjectVersionLsnDesc")> _
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Project_ObjectVersionLsn")> _
Public ReadOnly Property ObjectVersionLsn As Long 
    Get
用法
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

属性值

类型:System.Int64
The version of the project.

请参阅

参考

ProjectInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间